it's not getting executed at all.
<rdar://problem/35040876>
Created attachment 324067 [details] Patch
Comment on attachment 324067 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=324067&action=review > Source/WebCore/page/FrameView.cpp:-1444 > - if (!m_firstLayout && m_size.height() != layoutHeight() && body->renderer()->enclosingBox().stretchesToViewport()) > - body->renderer()->setChildNeedsLayout(); Does something else take care of the stretchesToViewport() case?
(In reply to Simon Fraser (smfr) from comment #3) > Comment on attachment 324067 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=324067&action=review > > > Source/WebCore/page/FrameView.cpp:-1444 > > - if (!m_firstLayout && m_size.height() != layoutHeight() && body->renderer()->enclosingBox().stretchesToViewport()) > > - body->renderer()->setChildNeedsLayout(); > > Does something else take care of the stretchesToViewport() case? Yea, I tried to explain it in the Changelog entry.
Comment on attachment 324067 [details] Patch Clearing flags on attachment: 324067 Committed r223590: <https://trac.webkit.org/changeset/223590>
All reviewed patches have been landed. Closing bug.