| 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 8cdaaaa95f78415d88032c251967c157947898c9..4ef245c79147f4c4bb8d8c4ccc74777ca481659a 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(
|
| DCHECK(gestureEvent.type() == WebInputEvent::GestureTap);
|
| HitTestResult result = currentHitTest;
|
| result.setToShadowHostIfInRestrictedShadowRoot();
|
| - m_frame->chromeClient().onMouseDown(result.innerNode());
|
| + m_frame->chromeClient().onMouseDown(*result.innerNode());
|
| }
|
|
|
| // FIXME: Use a hit-test cache to avoid unnecessary hit tests.
|
|
|