Closed
Bug 106769
Opened 24 years ago
Closed 24 years ago
Document.prototype not on XMLDocument object's proto chain
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla0.9.6
People
(Reporter: jst, Assigned: jst)
References
Details
(Whiteboard: [HAVE FIX])
Attachments
(1 file)
|
4.26 KB,
patch
|
jband_mozilla
:
superreview+
|
Details | Diff | Splinter Review |
Try creating an XMLDocument object (document.implementation.createDocument(...))
and then do Document.prototype.foo="bar"; alert(myxmldoc.foo); and you get
undefined :-( Patch coming up.
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [HAVE FIX]
Target Milestone: --- → mozilla0.9.6
Comment 2•24 years ago
|
||
*** Bug 106768 has been marked as a duplicate of this bug. ***
Comment 3•24 years ago
|
||
*** Bug 106767 has been marked as a duplicate of this bug. ***
Comment 4•24 years ago
|
||
Comment on attachment 55112 [details] [diff] [review]
Proposed fix.
sr=jband
Attachment #55112 -
Flags: superreview+
| Assignee | ||
Comment 5•24 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: DOM: Core → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•