| Index: third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp
|
| diff --git a/third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp b/third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp
|
| index a895fb75604891b7d5f2a5b8a09443293c8b0bf5..191cba1a336831ae95c1ad4c7dceafac7e66d0f3 100644
|
| --- a/third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp
|
| +++ b/third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp
|
| @@ -43,7 +43,7 @@ static const unsigned short HIGHBITMASKSHORT = 0x8000;
|
| PlatformKeyboardEvent::OverrideCapsLockState PlatformKeyboardEvent::s_overrideCapsLockState =
|
| PlatformKeyboardEvent::OverrideCapsLockState::Default;
|
|
|
| -void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type)
|
| +void PlatformKeyboardEvent::disambiguateKeyDownEvent(EventType type)
|
| {
|
| #if OS(WIN)
|
| // No KeyDown events on Windows to disambiguate.
|
|
|