Closed
Bug 1083814
Opened 10 years ago
Closed 10 years ago
crash @nsContentUtils::HasDistributedChildren
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: MatsPalmgren_bugz, Assigned: wchen)
References
Details
Attachments
(1 file)
In bug 907396, I ran into a crash ('shadow' is null) at line 6843 here:
http://hg.mozilla.org/mozilla-central/annotate/01f04d75519d/content/base/src/nsContentUtils.cpp#l6832
If 'shadow' is non-null we would have already returned on line 6836.
Reporter | ||
Comment 1•10 years ago
|
||
William, can you take this? (your suggested fix works for me)
Assignee: nobody → wchen
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8506425 -
Flags: review?(bugs)
Comment 3•10 years ago
|
||
Comment on attachment 8506425 [details] [diff] [review]
Fix nsContentUtils::HasDistributedChildren for children of <shadow> insertion point.
oops :)
Attachment #8506425 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•