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

Unified Diff: third_party/WebKit/Source/web/tests/KeyboardTest.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/web/tests/KeyboardTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/KeyboardTest.cpp b/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
index b1022135392a0e247a737f0c4830dfd8268be888..4eaeffd0063f1079b1084b5d18b51fffe5ec9560 100644
--- a/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
+++ b/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
@@ -49,7 +49,7 @@ class KeyboardTest : public testing::Test {
const char* interpretKeyEvent(const WebKeyboardEvent& webKeyboardEvent) {
KeyboardEvent* keyboardEvent = KeyboardEvent::create(webKeyboardEvent, 0);
std::unique_ptr<Settings> settings = Settings::create();
- EditingBehavior behavior(settings->editingBehaviorType());
+ EditingBehavior behavior(settings->GetEditingBehaviorType());
return behavior.interpretKeyEvent(*keyboardEvent);
}

Powered by Google App Engine
This is Rietveld 408576698