summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/events/UIEventWithKeyState.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/events/UIEventWithKeyState.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/events/UIEventWithKeyState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/events/UIEventWithKeyState.h b/chromium/third_party/WebKit/Source/core/events/UIEventWithKeyState.h
index 29c8c190044..97e5094ad7a 100644
--- a/chromium/third_party/WebKit/Source/core/events/UIEventWithKeyState.h
+++ b/chromium/third_party/WebKit/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)