| 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 a291e0e17c3b8bbe7f924d7901089f724cd547f6..af075d9a4f790f150f236a6838dbc260b87ff8bb 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| @@ -232,7 +232,7 @@ WebInputEventResult GestureManager::HandleGestureTap(
|
| DCHECK(gesture_event.GetType() == WebInputEvent::kGestureTap);
|
| HitTestResult result = current_hit_test;
|
| result.SetToShadowHostIfInRestrictedShadowRoot();
|
| - frame_->GetChromeClient().OnMouseDown(result.InnerNode());
|
| + frame_->GetChromeClient().OnMouseDown(*result.InnerNode());
|
| }
|
|
|
| // FIXME: Use a hit-test cache to avoid unnecessary hit tests.
|
|
|