| 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 bf1877e073a13821662d4e37287b8809c4d4f470..f785f6e65e6995a75bc7ca5b15930ba1cd06b933 100644
|
| --- a/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
|
| @@ -68,7 +68,6 @@ public:
|
| keyboardEvent->modifiers = modifiers;
|
| keyboardEvent->type = WebInputEvent::KeyDown;
|
| keyboardEvent->text[0] = keyCode;
|
| - keyboardEvent->setKeyIdentifierFromWindowsKeyCode();
|
| }
|
|
|
| // Like interpretKeyEvent, but with pressing down OSModifier+|keyCode|.
|
|
|