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