| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index d2f308350872ea4aa90113b78f477a5a2a38fa3b..a286581a1cd1a4039e9294a473e55832fd39dc5c 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();
|
|
|
|
|