| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 94d913e3b646f7a8378be4998521cc41f1e66b48..d176d662f8b37741caa38b4dfc2838e55764a518 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -957,6 +957,7 @@ void FrameView::layout()
|
| // to clear the roots and do the layout from the layoutView.
|
| if (layoutView()->needsLayout())
|
| clearLayoutSubtreeRootsAndMarkContainingBlocks();
|
| + layoutView()->clearHitTestCache();
|
|
|
| bool inSubtreeLayout = isSubtreeLayout();
|
|
|
|
|