[webkit-reviews] review granted: [Bug 183022] [RenderTreeBuilder] Move RenderObject::insertedInto() mutation logic to RenderTreeBuilder : [Attachment 334421] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 21 15:53:09 PST 2018


Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 183022: [RenderTreeBuilder] Move RenderObject::insertedInto() mutation
logic to RenderTreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=183022

Attachment 334421: Patch

https://bugs.webkit.org/attachment.cgi?id=334421&action=review




--- Comment #3 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 334421
  --> https://bugs.webkit.org/attachment.cgi?id=334421
Patch

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

> Source/WebCore/rendering/updating/RenderTreeBuilder.cpp:390
>      while (beforeChild && beforeChild->parent() && beforeChild->parent() !=
&parent)
> -    beforeChild = beforeChild->parent();
> +	   beforeChild = beforeChild->parent();

lol


More information about the webkit-reviews mailing list