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