[webkit-reviews] review granted: [Bug 172949] Safari doesn't load newest The Order of the Stick comic. : [Attachment 312047] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 6 08:26:15 PDT 2017


Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 172949: Safari doesn't load newest The Order of the Stick comic.
https://bugs.webkit.org/show_bug.cgi?id=172949

Attachment 312047: Patch

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




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

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

> Source/WebCore/rendering/RenderBlockFlow.cpp:3698
> +	   if (needsLayout())
> +	       return;
> +	   // FIXME: We should just kick off a subtree layout here (if needed
at all) see webkit.org/b/172947.
> +	   setNeedsLayout();

Maybe we can just remove this at some point.


More information about the webkit-reviews mailing list