Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
index 34a3e9c378bcf6c3247e0457e73907823b0d285c..14900c1d0d991f5bd4f9eb9a38f15f9535f7dd33 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -1927,7 +1927,7 @@ HitTestResult WebLocalFrameImpl::hitTestResultForVisualViewportPos( |
IntPoint docPoint(frame()->view()->rootFrameToContents(rootFramePoint)); |
HitTestResult result = frame()->eventHandler().hitTestResultAtPoint( |
docPoint, HitTestRequest::ReadOnly | HitTestRequest::Active); |
- result.setToShadowHostIfInUserAgentShadowRoot(); |
+ result.setToShadowHostIfInRestrictedShadowRoot(); |
return result; |
} |