[Webkit-unassigned] [Bug 140441] [CSSRegions] Assert failure in RenderBlock::locateFlowThreadContainingBlock when showing the render tree debug info

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 14 07:21:08 PST 2015


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

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

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

> Source/WebCore/rendering/RenderObject.cpp:1398
> +        return downcast<RenderBlock>(*renderer).cachedFlowThreadContainingBlock();

We should also check if the cached value is dirty and return null as well because the value is unreliable.

> Source/WebCore/rendering/RenderObject.cpp:1412
> +            ftcb = flowThreadContainingBlockFromRenderer(containingBlock());

The information in this case may be misleading. Another option would be to display "N/A" instead of some values that may be inaccurate.

-- 
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/20150114/e3829b37/attachment-0002.html>


More information about the webkit-unassigned mailing list