Closed
Bug 1541677
Opened 6 years ago
Closed 6 years ago
Remove a tiny bit of nsXPCWrappedJSClass cruft
Categories
(Core :: XPConnect, task, P2)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(2 files)
The nsXPCWrappedJSClass ctor takes a cx as an argument but it does not use it. Also, the XPIDL version of the GetInterfaceInfo method is not used.
Assignee | ||
Updated•6 years ago
|
Type: defect → task
Priority: -- → P2
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a5bd15fbc594
part 1 - Remove unused cx arg to the nsXPCWrappedJSClass ctor. r=bzbarsky
https://hg.mozilla.org/integration/autoland/rev/06c55bd776d0
part 2 - Remove the unused XPIDL version of GetInterfaceInfo. r=bzbarsky
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a5bd15fbc594
https://hg.mozilla.org/mozilla-central/rev/06c55bd776d0
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•