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 85951eeac95cb28c184177691aec2a62cc8ea4a1..eea396a633fef1a2a4c58709cbe9bb466ebb6100 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutView.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp |
@@ -87,6 +87,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); |
} |