| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index d3b7df87c8e0010f8ceae211e586db22bec0130d..4dfe057723804dbe71cd85a74676107961f55c34 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -1020,9 +1020,9 @@ void FrameView::invalidateTree(RenderObject* root)
|
| // Until those states are fully fledged, I'll just disable the ASSERTS.
|
| DisableCompositingQueryAsserts compositingQueryAssertsDisabler;
|
|
|
| - LayoutState rootLayoutState(*root);
|
| + InvalidationTreeWalkState invalidationTreeWalkState(*root);
|
|
|
| - root->invalidateTreeAfterLayout(*root->containerForPaintInvalidation());
|
| + root->invalidateTreeAfterLayout(invalidationTreeWalkState);
|
|
|
| // Invalidate the paint of the frameviews scrollbars if needed
|
| if (hasVerticalBarDamage())
|
|
|