| Index: third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp b/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| index 11aeb670c31c0b44837fc0ad8e037b03d86b3f38..05e7250bfeefce0efc543578764e8eb6c4302efd 100644
|
| --- a/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| +++ b/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| @@ -24,7 +24,7 @@ namespace blink {
|
|
|
| UIEventWithKeyState::UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view,
|
| int detail, PlatformEvent::Modifiers modifiers, double platformTimeStamp, InputDeviceCapabilities* sourceCapabilities)
|
| - : UIEvent(type, canBubble, cancelable, platformTimeStamp, view, detail, sourceCapabilities)
|
| + : UIEvent(type, canBubble, cancelable, ComposedMode::Composed, platformTimeStamp, view, detail, sourceCapabilities)
|
| , m_modifiers(modifiers)
|
| {
|
| }
|
|
|