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

Unified Diff: third_party/WebKit/Source/web/tests/KeyboardTest.cpp

Issue 2589143003: Add 'get' prefix for Settings.in generated code. (Closed)
Patch Set: Only get prefix and no capitalization. Created 3 years, 11 months 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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e92742e3e9a4c971c65d365a27d75befed07fb72..a94195e361eba605c236290c367ed53a4a1066b6 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);
}
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698