Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index 770524fd52e9b5655e3be6c233914a6481137d15..5b17f4d1f6c70d2b0b5c971b30ad45afb2a8872d 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -1772,6 +1772,7 @@ void Document::updateLayoutTree(StyleRecalcChange change) |
if (m_focusedElement && !m_focusedElement->isFocusable()) |
clearFocusedElementSoon(); |
+ layoutView()->clearHitTestCache(); |
ASSERT(!m_timeline->hasOutdatedAnimation()); |