[Webkit-unassigned] [Bug 130392] [CSSRegions] Compute region ranges for children of inline blocks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 18 06:40:40 PDT 2014


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





--- Comment #2 from Andrei Bucur <abucur at adobe.com>  2014-03-18 06:41:01 PST ---
(From update of attachment 227044)
View in context: https://bugs.webkit.org/attachment.cgi?id=227044&action=review

> Source/WebCore/rendering/RenderFlowThread.cpp:801
> +            endRegion = startRegion;

An unsplittable box should always have startRegion == endRegion. Shouldn't this line be an assertion instead?

> Source/WebCore/rendering/RenderObject.cpp:529
> +    if (flowThread && (flowThreadState() == flowThread->flowThreadState()))

What's this change for?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list