Index: third_party/WebKit/Source/core/input/GestureManager.cpp |
diff --git a/third_party/WebKit/Source/core/input/GestureManager.cpp b/third_party/WebKit/Source/core/input/GestureManager.cpp |
index 92a522770e6c91036fbfa9f9fea632286ddce102..4b4617dacce1e998af2d3dedfd30053f68a872fb 100644 |
--- a/third_party/WebKit/Source/core/input/GestureManager.cpp |
+++ b/third_party/WebKit/Source/core/input/GestureManager.cpp |
@@ -230,7 +230,7 @@ WebInputEventResult GestureManager::handleGestureTap( |
if (currentHitTest.innerNode()) { |
DCHECK(gestureEvent.type() == WebInputEvent::GestureTap); |
HitTestResult result = currentHitTest; |
- result.setToShadowHostIfInUserAgentShadowRoot(); |
+ result.setToShadowHostIfInRestrictedShadowRoot(); |
m_frame->chromeClient().onMouseDown(result.innerNode()); |
} |