| 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 a94195e361eba605c236290c367ed53a4a1066b6..8c14efb6f083252c3c46c93f9b9be8da2dce1b06 100644
|
| --- a/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
|
| @@ -56,7 +56,7 @@ class KeyboardTest : public testing::Test {
|
| WebKeyboardEvent createFakeKeyboardEvent(char keyCode,
|
| int modifiers,
|
| WebInputEvent::Type type,
|
| - const String& key = emptyString()) {
|
| + const String& key = emptyString) {
|
| WebKeyboardEvent event(type, modifiers, WebInputEvent::TimeStampForTesting);
|
| event.text[0] = keyCode;
|
| event.windowsKeyCode = keyCode;
|
|
|