Closed
Bug 899904
Opened 12 years ago
Closed 12 years ago
Include header for [NoInterfaceObject]s exposed on Navigator.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: nsm, Assigned: nsm)
References
Details
Attachments
(1 file)
1.46 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
A webidl file with only a
[NoInterfaceObject, NavigatorProperty="XXX"]
interface Y {
}
does not have its Binding.h file #included into RegisterBinding.cpp.
It seems like all the uses of this prior to 884897 had other interfaces in the same file which caused the Codegen to include the header.
Assignee | ||
Updated•12 years ago
|
Attachment #783581 -
Flags: review?(khuey)
Attachment #783581 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
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
•