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