Closed
Bug 946442
Opened 11 years ago
Closed 11 years ago
[e10s] "ASSERTION: Why did this not get handled while processing mRestyleRoots" on nytimes.com
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cpeterson, Unassigned)
References
Details
Visiting nytimes.com in a debug build using e10s (browser.tabs.remote=true), I hit the following assertion failure every time:
[Child 64724] ###!!! ASSERTION: Why did this not get handled while processing mRestyleRoots?: '!element->HasFlag(collector->tracker->RootBit()) || (element->GetFlattenedTreeParent() && (!element->GetFlattenedTreeParent()->GetPrimaryFrame()|| element->GetFlattenedTreeParent()->GetPrimaryFrame()->IsLeaf())) || (aData.mChangeHint & nsChangeHint_ReconstructFrame)', file /Users/cpeterson/Code/mozilla/inbound/layout/base/RestyleTracker.cpp, line 87
This bug may be a duplicate of bug 613816, but I can only repro this assertion failure when using e10s.
Comment 1•11 years ago
|
||
WFM, local debug build on Linux64. Chris, can you still reproduce this?
Flags: needinfo?(cpeterson)
Reporter | ||
Comment 2•11 years ago
|
||
WFM on OS X 10.9.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(cpeterson)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•