| 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 f67ea06dd1a2a1d32562988ec677fd17e8b87c55..e626596d2f629aa08a9a1dd09cdf2bdd0ee7ecba 100644
|
| --- a/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
|
| @@ -52,7 +52,7 @@ public:
|
| {
|
| PlatformKeyboardEventBuilder evt(webKeyboardEvent);
|
| evt.setKeyType(keyType);
|
| - RefPtrWillBeRawPtr<KeyboardEvent> keyboardEvent = KeyboardEvent::create(evt, 0);
|
| + RawPtr<KeyboardEvent> keyboardEvent = KeyboardEvent::create(evt, 0);
|
| OwnPtr<Settings> settings = Settings::create();
|
| EditingBehavior behavior(settings->editingBehaviorType());
|
| return behavior.interpretKeyEvent(*keyboardEvent);
|
|
|