Closed
Bug 1170740
Opened 9 years ago
Closed 9 years ago
Shumway's Security.allowDomain has wrong signature
Categories
(Firefox Graveyard :: Shumway, defect)
Firefox Graveyard
Shumway
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, '*');)
Updated•9 years ago
|
Blocks: shumway-m4
Updated•9 years ago
|
Assignee: nobody → till
Assignee | ||
Comment 1•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•