Closed
Bug 1185028
Opened 9 years ago
Closed 9 years ago
GCJsonifierMethod calls toBindingNamespace on an interface name, which won't play nice with worker descriptors
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
1.93 KB,
patch
|
nsm
:
review+
|
Details | Diff | Splinter Review |
So it ends up calling the wrong thing.
Assignee | ||
Comment 1•9 years ago
|
||
toBindingNamespace() should only be called on descriptor names, not interface names.
Attachment #8635414 -
Flags: review?(nsm.nikhil)
Attachment #8635414 -
Flags: review?(nsm.nikhil) → review+
Blocks: 1184574
Comment 3•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•