Index: third_party/WebKit/Source/core/events/UIEventWithKeyState.h |
diff --git a/third_party/WebKit/Source/core/events/UIEventWithKeyState.h b/third_party/WebKit/Source/core/events/UIEventWithKeyState.h |
index 8556c788325211a05c7c1260a81bca0bf5221082..d937cd9e78dcbdac923ea3e0f2e50dd2e79a1814 100644 |
--- a/third_party/WebKit/Source/core/events/UIEventWithKeyState.h |
+++ b/third_party/WebKit/Source/core/events/UIEventWithKeyState.h |
@@ -76,7 +76,7 @@ class CORE_EXPORT UIEventWithKeyState : public UIEvent { |
int detail, |
PlatformEvent::Modifiers, |
TimeTicks platformTimeStamp, |
- InputDeviceCapabilities* sourceCapabilities = nullptr); |
+ const InputDeviceCapabilitiesValue& sourceCapabilities); |
UIEventWithKeyState(const AtomicString& type, |
const EventModifierInit& initializer); |
void initModifiers(bool ctrlKey, bool altKey, bool shiftKey, bool metaKey); |