| 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);
|
| }
|
|
|
|
|