Index: third_party/WebKit/Source/core/layout/HitTestCache.cpp |
diff --git a/third_party/WebKit/Source/core/layout/HitTestCache.cpp b/third_party/WebKit/Source/core/layout/HitTestCache.cpp |
index 9b0308bc19e134e3acf9cebb45dca42d4e5e5ec3..990165aae14554b7238fe06d1dba599f147222e7 100644 |
--- a/third_party/WebKit/Source/core/layout/HitTestCache.cpp |
+++ b/third_party/WebKit/Source/core/layout/HitTestCache.cpp |
@@ -47,7 +47,7 @@ void HitTestCache::addCachedResult(const HitTestResult& result, |
// If the result was a hit test on an LayoutPart and the request allowed |
// querying of the layout part; then the part hasn't been loaded yet. |
- if (result.isOverWidget() && |
+ if (result.isOverFrameViewBase() && |
result.hitTestRequest().allowsChildFrameContent()) |
return; |