| 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 c750261689a82ad3f2c3a8a5bcc3e4644d689ee5..af2630ba615d64bf30203cfd9110783f3ebb43d7 100644
|
| --- a/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| +++ b/third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp
|
| @@ -30,7 +30,7 @@ UIEventWithKeyState::UIEventWithKeyState(
|
| int detail,
|
| PlatformEvent::Modifiers modifiers,
|
| TimeTicks platformTimeStamp,
|
| - InputDeviceCapabilities* sourceCapabilities)
|
| + const InputDeviceCapabilitiesValue& sourceCapabilities)
|
| : UIEvent(type,
|
| canBubble,
|
| cancelable,
|
|
|