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

Unified Diff: third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.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/html/shadow/PickerIndicatorElement.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp b/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
index 41479a0e85e6d7f64e8fbcc44aa13277bc31d888..2c395f4d026e1c458b5533e68ddaa8feee4f09d8 100644
--- a/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
+++ b/third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp
@@ -159,7 +159,8 @@ Node::InsertionNotificationRequest PickerIndicatorElement::insertedInto(
}
void PickerIndicatorElement::didNotifySubtreeInsertionsToDocument() {
- if (!document().settings() || !document().settings()->accessibilityEnabled())
+ if (!document().settings() ||
+ !document().settings()->GetAccessibilityEnabled())
return;
// Don't make this focusable if we are in layout tests in order to avoid to
// break existing tests.

Powered by Google App Engine
This is Rietveld 408576698