[webkit-reviews] review granted: [Bug 204295] [LFC][Invalidation] Force rebuild layout tree on tree mutation : [Attachment 383747] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 18 08:19:20 PST 2019


Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 204295: [LFC][Invalidation] Force rebuild layout tree on tree mutation
https://bugs.webkit.org/show_bug.cgi?id=204295

Attachment 383747: Patch

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




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

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

> Source/WebCore/rendering/updating/RenderTreeUpdater.cpp:300
> -	   if (!m_document.view() ||
m_document.view()->layoutContext().layoutFormattingState())
> +	   if (!m_document.view() ||
!m_document.view()->layoutContext().layoutFormattingState())

lol


More information about the webkit-reviews mailing list