| 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..04f8e01b6a808641bf9844b8e2b173de080004ae 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(
|
|
|