| Index: third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| index 71adf55e45e4a7473b4b8998b547c13005147e4f..2c18919bb22f9421733356244ef21101e53040a2 100644
|
| --- a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| @@ -138,7 +138,7 @@ static String selectMisspellingAsync(LocalFrame* selectedFrame,
|
|
|
| bool ContextMenuClientImpl::shouldShowContextMenuFromTouch(
|
| const WebContextMenuData& data) {
|
| - return m_webView->page()->settings().alwaysShowContextMenuOnTouch() ||
|
| + return m_webView->page()->settings().getAlwaysShowContextMenuOnTouch() ||
|
| !data.linkURL.isEmpty() ||
|
| data.mediaType == WebContextMenuData::MediaTypeImage ||
|
| data.mediaType == WebContextMenuData::MediaTypeVideo ||
|
|
|