| Index: Source/core/events/UIEventWithKeyState.h
|
| diff --git a/Source/core/events/UIEventWithKeyState.h b/Source/core/events/UIEventWithKeyState.h
|
| index 29c8c190044ff4a82f4f027e1119044c559707a4..97e5094ad7a67fcd99552cdb1ff5d57b01ef5e88 100644
|
| --- a/Source/core/events/UIEventWithKeyState.h
|
| +++ b/Source/core/events/UIEventWithKeyState.h
|
| @@ -44,7 +44,7 @@ namespace WebCore {
|
| {
|
| }
|
|
|
| - UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view,
|
| + UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view,
|
| int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
|
| : UIEvent(type, canBubble, cancelable, view, detail)
|
| , m_ctrlKey(ctrlKey)
|
|
|