| 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 0449cf84b58520e40849955a60572fae5b6800fd..6fad923e5b34e42ab5cc84c50ab33bbcff79abb0 100644
|
| --- a/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| +++ b/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| @@ -22,7 +22,7 @@
|
|
|
| namespace blink {
|
|
|
| -UIEventWithKeyState::UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view,
|
| +UIEventWithKeyState::UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, RawPtr<AbstractView> view,
|
| int detail, PlatformEvent::Modifiers modifiers, double platformTimeStamp, InputDeviceCapabilities* sourceCapabilities)
|
| : UIEvent(type, canBubble, cancelable, platformTimeStamp, view, detail, sourceCapabilities)
|
| , m_modifiers(modifiers)
|
|
|