Index: third_party/WebKit/Source/core/layout/LayoutView.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp |
index 1b48b389bdfd4f4ac5f783b9b39200015bfbf4cf..0c871c699d83511bae8358cf9a83329bc7faffa8 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutView.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp |
@@ -86,6 +86,7 @@ bool LayoutView::hitTest(HitTestResult& result) |
// into a child document, it could trigger a layout on the parent document, which can destroy PaintLayer |
// that are higher up in the call stack, leading to crashes. |
// Note that Document::updateLayout calls its parent's updateLayout. |
+ DocumentLifecycle::PreventThrottlingScope preventThrottling(document().lifecycle()); |
frameView()->updateLifecycleToCompositingCleanPlusScrolling(); |
return hitTestNoLifecycleUpdate(result); |
} |