| Index: Source/core/layout/LayoutView.cpp
|
| diff --git a/Source/core/layout/LayoutView.cpp b/Source/core/layout/LayoutView.cpp
|
| index 78404b38f3a99daa61247412886f55ed7d4e4220..3fecde619ca7379f41b76568465e8fcf32730607 100644
|
| --- a/Source/core/layout/LayoutView.cpp
|
| +++ b/Source/core/layout/LayoutView.cpp
|
| @@ -93,7 +93,7 @@ bool LayoutView::hitTest(const HitTestRequest& request, const HitTestLocation& l
|
| // that are higher up in the call stack, leading to crashes.
|
| // Note that Document::updateLayout calls its parent's updateLayout.
|
| // FIXME: It should be the caller's responsibility to ensure an up-to-date layout.
|
| - frameView()->updateLayoutAndStyleIfNeededRecursive();
|
| + frameView()->updateLayoutAndStyleForPainting();
|
| commitPendingSelection();
|
|
|
| bool hitLayer = layer()->hitTest(request, location, result);
|
|
|