[Webkit-unassigned] [Bug 139390] ASSERTION FAILED: rareData->m_flowThreadContainingBlock.value() == RenderBox::locateFlowThreadContainingBlock() in WebCore::RenderBlock::locateFlowThreadContainingBlock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 6 07:56:13 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=139390

--- Comment #2 from Andrei Bucur <abucur at adobe.com> ---
Comment on attachment 244060
  --> https://bugs.webkit.org/attachment.cgi?id=244060
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=244060&action=review

> LayoutTests/fast/multicol/newmulticol/block-split-inline-in-multicol.html:40
> +            window.setTimeout(test, 0);

You could just call document.body.offsetTop to trigger the style recalc. Also, the indentation seems to be wrong above this line.

> Source/WebCore/rendering/RenderInline.cpp:420
> +    cloneInline->invalidateFlowThreadContainingBlockIncludingDescendants();

Please add a small comment about why this is necessary, just like the rest of the function. A suggestion:
"Clear the flow thread containing blocks cached during the detached state insertions".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150106/1845164e/attachment-0002.html>


More information about the webkit-unassigned mailing list