Index: Source/core/page/EventHandler.cpp |
diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp |
index 7a90e841992d601f43985b89201f2a152bfe3283..c723621ae6cebd10c1cf5f1aaa3265fd7a9b9577 100644 |
--- a/Source/core/page/EventHandler.cpp |
+++ b/Source/core/page/EventHandler.cpp |
@@ -939,7 +939,7 @@ HitTestResult EventHandler::hitTestResultAtPoint(const LayoutPoint& point, HitTe |
HitTestResult result(point, padding.height(), padding.width(), padding.height(), padding.width()); |
- if (!m_frame->contentRenderer()) |
+ if (!m_frame->contentRenderer() || !m_frame->document()->shouldScheduleLayout()) |
return result; |
// hitTestResultAtPoint is specifically used to hitTest into all frames, thus it always allows child frame content. |