| Index: third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/EventDispatcher.cpp b/third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| index 5f796b533ee0bdefaa70e6a4c01fcdacd45079c9..eb277c1b089197810074fd25a45f178e3805534e 100644
|
| --- a/third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| +++ b/third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| @@ -287,7 +287,7 @@ inline void EventDispatcher::dispatchEventPostProcess(
|
| m_event->type() == EventTypeNames::mousedown &&
|
| isHTMLSelectElement(*m_node)) {
|
| if (Settings* settings = m_node->document().settings()) {
|
| - isTrustedOrClick = settings->wideViewportQuirkEnabled();
|
| + isTrustedOrClick = settings->getWideViewportQuirkEnabled();
|
| }
|
| }
|
|
|
|
|