Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index 3410bfce246a70beae4c21c393caadb42315efa9..69c6a79fa23dcae0f77354c3e09cb03f9412e114 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -1026,9 +1026,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()) |