DescriptionFix crash on ASSERT when in subtree layout and LayoutState is not initialized
Fix crash on ASSERT when in subtree layout and LayoutState is not initialized.
This was caused by r167724 which improperly assumed that FrameView::isSubtreeLayout
was equivalent to the parameter inSubtreeLayout as passed to the layout methods.
In fact, there are cases where inSubtreeLayout is true while FrameView::isSubtreeLayout
returns false.
BUG=348481
R=eseidel@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168964
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|