| 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 85758a1115164390e24363e82e510c99a160a60a..a1d680cc7e75bf93d21cda31970ec8116e3f8ad5 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| @@ -375,7 +375,7 @@ WebInputEventResult GestureManager::sendContextMenuEventForGesture(
|
| }
|
|
|
| PlatformEvent::EventType eventType = PlatformEvent::MousePressed;
|
| - if (m_frame->settings() && m_frame->settings()->showContextMenuOnMouseUp())
|
| + if (m_frame->settings() && m_frame->settings()->getShowContextMenuOnMouseUp())
|
| eventType = PlatformEvent::MouseReleased;
|
|
|
| PlatformMouseEvent mouseEvent(
|
|
|