Closed
Bug 342322
Opened 19 years ago
Closed 19 years ago
"ASSERTION: Can only remove a singleton element" when de-floating something
Categories
(Core :: Layout: Floats, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: roc)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
402 bytes,
text/html
|
Details | |
1008 bytes,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: Can only remove a singleton element: '!aElement->mNext', file /Users/admin/trunk/mozilla/layout/generic/nsLineBox.cpp, line 941
This assertion was added in bug 317278.
Reporter | ||
Comment 1•19 years ago
|
||
Assignee | ||
Comment 2•19 years ago
|
||
I'm not really sure what I was thinking when I wrote that assertion. It's obvious from the code below it that mNext might not be null and we're deleting one element from the linked list, which might not be at the end.
Assignee: nobody → roc
Status: NEW → ASSIGNED
Attachment #227364 -
Flags: superreview?(dbaron)
Attachment #227364 -
Flags: review?(dbaron)
Attachment #227364 -
Flags: superreview?(dbaron)
Attachment #227364 -
Flags: superreview+
Attachment #227364 -
Flags: review?(dbaron)
Attachment #227364 -
Flags: review+
Assignee | ||
Comment 3•19 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•