| Index: third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp b/third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp
|
| index 11868dbbbe13ccc3a8ea9af9c4dfb8f2a8a9f4ec..489aac8cca2dbef7fd8742a8713cf48eb2944f31 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp
|
| @@ -54,7 +54,7 @@ namespace blink {
|
|
|
| KeyboardEvent* createKeyboardEventWithLocation(KeyboardEvent::KeyLocationCode location)
|
| {
|
| - return KeyboardEvent::create("keydown", true, true, 0, "", "", "", location, PlatformEvent::NoModifiers, 0);
|
| + return KeyboardEvent::create("keydown", true, true, 0, "", "", location, PlatformEvent::NoModifiers, 0);
|
| }
|
|
|
| int getModifiersForKeyLocationCode(KeyboardEvent::KeyLocationCode location)
|
|
|