Closed
Bug 899238
Opened 11 years ago
Closed 11 years ago
CPOW parents shouldn't be null
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: billm, Assigned: billm)
References
Details
Attachments
(1 file)
1.19 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
I had assumed that CPOWs would have their parent set to the global object automatically. That's not happening though--the parent is just null. This patch fixes the problem, which was triggering an assert for me in a few cases.
Attachment #782712 -
Flags: review?(dvander)
Updated•11 years ago
|
Attachment #782712 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c60ebc542475
Should we have a test for this?
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•