Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1197)

Unified Diff: third_party/WebKit/Source/core/events/EventDispatcher.cpp

Issue 2589143003: Add 'get' prefix for Settings.in generated code. (Closed)
Patch Set: Capitalize the prefix. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 5ed1e54f3bf8782db9affb6bb76a2a285be50fc1..ef43dd37e35537dc465b5197649f89caedc15e30 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();
}
}

Powered by Google App Engine
This is Rietveld 408576698