Closed
Bug 864590
Opened 11 years ago
Closed 11 years ago
Assert not null when wrapping non-nullable objects
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: jruderman, Assigned: bzbarsky)
Details
Attachments
(1 file)
2.95 KB,
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
* Might make it easier to diagnose bugs like bug 862084 and bug 863950.
* Might catch cases where there isn't an immediate null deref. (Should these cases have a release-build runtime abort, too?)
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #740628 -
Flags: review?(peterv)
Updated•11 years ago
|
Attachment #740628 -
Flags: review?(peterv) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Flags: in-testsuite-
Target Milestone: --- → mozilla23
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
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
•