Closed
Bug 1571930
Opened 6 years ago
Closed 6 years ago
Convert MOZ_ASSERT in nsColumnSetFrame::ReflowChildren() to be non-fatal
Categories
(Core :: Layout: Columns, task, P2)
Core
Layout: Columns
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
Per bug 1571849 comment 1, fuzzers are hitting this MOZ_ASSERT in nsColumnSetFrame::ReflowChildren() frequently.
Let's convert it to non-fatal NS_ASSERTION to unblock fuzzers.
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Attachment #9083522 -
Attachment description: Bug 1571930 - Convert an MOZ_ASSERT in nsColumnSetFrame::ReflowChildren() to be non-fatal. → Bug 1571930 - Convert a MOZ_ASSERT in nsColumnSetFrame::ReflowChildren() to be non-fatal.
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/ed7acf219ce6
Convert a MOZ_ASSERT in nsColumnSetFrame::ReflowChildren() to be non-fatal. r=dholbert
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•