DescriptionMerge 141009
> Crash inside RenderBlock::layoutRunsAndFloatsInRange in the widow code
> https://bugs.webkit.org/show_bug.cgi?id=108084
>
> Reviewed by Dean Jackson.
>
> This is a blind fix based on the code and Chromium's stack-traces.
>
> Unfortunately no new test as I couldn't get a local reproduction.
>
> * rendering/RenderBlockLineLayout.cpp:
> (WebCore::RenderBlock::layoutRunsAndFloatsInRange):
> Added a missing NULL-check: the previous 'while' finish if |lineBox|
> is NULL and we don't want to crash in this case.
>
TBR=jchaffraix@webkit.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=141460
Patch Set 1 #
Messages
Total messages: 1 (0 generated)
|