Closed
Bug 779573
Opened 12 years ago
Closed 12 years ago
Empty string as default dictionary member in WebIDL causes compilation to fail.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: wchen, Assigned: wchen)
References
Details
Attachments
(1 file)
(deleted),
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
dictionary NotificationOptions {
DOMString lang = "";
};
Generates in the bindings:
static const PRUnichar data[] = { , 0 };
This causes compilation to fail.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #648024 -
Flags: review?(khuey)
Assignee | ||
Updated•12 years ago
|
Summary: Empty string as default dictionary member causes compilation to fail. → Empty string as default dictionary member in WebIDL causes compilation to fail.
Attachment #648024 -
Flags: review?(khuey) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 2•12 years ago
|
||
Flags: in-testsuite-
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
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
•