Closed
Bug 572233
Opened 15 years ago
Closed 15 years ago
XPCWrapper::RewrapObject shouldn't wrap an object on the prototype chain
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mrbkap, Assigned: mrbkap)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
3.84 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
Currently, on some testcases, one gets:
###!!! ASSERTION: bad wrapped native: '!wn || wn->GetFlatJSObject() == JSVAL_TO_OBJECT(*vp)', file /home/mrbkap/work/main/mozilla/js/src/xpconnect/src/XPCWrapper.cpp, line 234
need to fix the assertion and make sure that we don't wrap the prototype object in an XPCNativeWrapper.
Assignee | ||
Comment 1•15 years ago
|
||
Updated•15 years ago
|
Attachment #451413 -
Flags: review?(jst) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•