Closed Bug 1170740 Opened 9 years ago Closed 9 years ago

Shumway's Security.allowDomain has wrong signature

Categories

(Firefox Graveyard :: Shumway, defect)

defect
Not set
normal

Tracking

(firefox41 affected)

RESOLVED FIXED
Tracking Status
firefox41 --- affected

People

(Reporter: yury, Assigned: till)

References

Details

If Shumway's playerglobal is used for compilation, the compiler fails due to wrong signature of the allowDomain method, e.g.:

[Compiler] Error #1137: Incorrect number of arguments.  Expected no more than 0.
   ExtInt2.as, Ln 20, Col 28: 
         Security.allowDomain('*');
   ...........................^

(Workaround is to use Security.allowDomain.call(null, '*');)
Assignee: nobody → till
Fixed by https://github.com/mozilla/shumway/pull/2322
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.