| 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 5a4675bcaef06a90f375cff4ab489fc17eb3e743..a1324f0992265b9319a43f2d1b183b021cf4a365 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| @@ -333,7 +333,6 @@ WebInputEventResult GestureManager::HandleGestureLongPress(
|
| if (inner_node && inner_node->GetLayoutObject() &&
|
| selection_controller_->HandleGestureLongPress(hit_test_result)) {
|
| mouse_event_manager_->FocusDocumentView();
|
| - return WebInputEventResult::kHandledSystem;
|
| }
|
|
|
| return SendContextMenuEventForGesture(targeted_event);
|
|
|