| 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 b1eedb867ebad04c04b725a9efce7cd851f874bb..11aeb670c31c0b44837fc0ad8e037b03d86b3f38 100644
|
| --- a/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| +++ b/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| @@ -29,13 +29,6 @@ UIEventWithKeyState::UIEventWithKeyState(const AtomicString& type, bool canBubbl
|
| {
|
| }
|
|
|
| -UIEventWithKeyState::UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, EventTarget* relatedTarget, AbstractView* view,
|
| - int detail, PlatformEvent::Modifiers modifiers, double platformTimeStamp, InputDeviceCapabilities* sourceCapabilities)
|
| - : UIEvent(type, canBubble, cancelable, relatedTarget, platformTimeStamp, view, detail, sourceCapabilities)
|
| - , m_modifiers(modifiers)
|
| -{
|
| -}
|
| -
|
| UIEventWithKeyState::UIEventWithKeyState(const AtomicString& type, const EventModifierInit& initializer)
|
| : UIEvent(type, initializer)
|
| , m_modifiers(0)
|
|
|