| 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 4e50f2a0186b12e3e7d321480160060e0fcf7ff0..f67ea06dd1a2a1d32562988ec677fd17e8b87c55 100644
|
| --- a/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
|
| @@ -48,7 +48,7 @@ public:
|
| // E.g., sending in the enter key gives back "InsertNewline".
|
| const char* interpretKeyEvent(
|
| const WebKeyboardEvent& webKeyboardEvent,
|
| - PlatformEvent::Type keyType)
|
| + PlatformEvent::EventType keyType)
|
| {
|
| PlatformKeyboardEventBuilder evt(webKeyboardEvent);
|
| evt.setKeyType(keyType);
|
|
|