Closed
Bug 742422
Opened 13 years ago
Closed 13 years ago
Use JS_NewObjectWithUniqueType when creating DOM protos
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
From IRC:
<bhackett> bz: it means that TI will distinguish between that object and other
objects with the same prototype
<bhackett> otherwise it will lump together all objects which have the same
prototype
<bhackett> generally, we really want objects which are prototypes of other objects
to have unique types
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #612247 -
Flags: review?(peterv)
Assignee | ||
Updated•13 years ago
|
Whiteboard: [need review]
Updated•13 years ago
|
Attachment #612247 -
Flags: review?(peterv) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Flags: in-testsuite-
Whiteboard: [need review] → [need birch merge]
Target Milestone: --- → mozilla15
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [need birch merge]
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
•