| Index: Source/core/layout/LayoutView.cpp
|
| diff --git a/Source/core/layout/LayoutView.cpp b/Source/core/layout/LayoutView.cpp
|
| index 6d382e74a7b20b63b47724a53c4b8287df0b300c..0c7b2e9d226ba97d4d96010eebed694b02b9039c 100644
|
| --- a/Source/core/layout/LayoutView.cpp
|
| +++ b/Source/core/layout/LayoutView.cpp
|
| @@ -87,7 +87,7 @@ bool LayoutView::hitTest(HitTestResult& result)
|
| // into a child document, it could trigger a layout on the parent document, which can destroy DeprecatedPaintLayer
|
| // that are higher up in the call stack, leading to crashes.
|
| // Note that Document::updateLayout calls its parent's updateLayout.
|
| - frameView()->updateLifecycleToCompositingCleanPlusScrolling();
|
| + frameView()->frame().localFrameRoot()->view()->updateStyleAndLayoutIfNeededRecursive();
|
| return hitTestNoLifecycleUpdate(result);
|
| }
|
|
|
|
|