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