Closed
Bug 564639
Opened 15 years ago
Closed 15 years ago
"aMethods is not defined" in XPIProvider.callBootstrapMethod()
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla1.9.3a5
People
(Reporter: jwkbugzilla, Assigned: mossop)
References
Details
(Whiteboard: [rewrite])
I get the following error when trying to install my add-on:
Error: aMethods is not defined
Source File: .../XPIProvider.jsm
Line: 2029
The line in question is:
WARN("Exception running bootstrap method " + aMethods + " on " +
aId + ": " + e);
It should be aMethod here, not aMethods.
Reporter | ||
Updated•15 years ago
|
Whiteboard: [rewrite]
Updated•15 years ago
|
Severity: normal → trivial
Assignee | ||
Comment 1•15 years ago
|
||
Rolled the fix for this into bug 562938
Depends on: 562938
Whiteboard: [rewrite] → [rewrite][fixed-in-addonsmgr]
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [rewrite][fixed-in-addonsmgr] → [rewrite]
Target Milestone: --- → mozilla1.9.3a5
Comment 2•15 years ago
|
||
Verified fixed by http://hg.mozilla.org/mozilla-central/rev/eacbf0d1f708
Assignee: nobody → dtownsend
Status: RESOLVED → VERIFIED
Flags: in-testsuite-
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•