| 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 cf16ec673be0a424729e5399b0516fef9380a62f..e0d0893536bc587ff77cb44f4f4107bde2dd8fe9 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| @@ -234,7 +234,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.
|
|
|