| Index: Source/core/events/KeyboardEvent.h
|
| diff --git a/Source/core/events/KeyboardEvent.h b/Source/core/events/KeyboardEvent.h
|
| index bbe262322d4756d6b72b0c6b740063ecc9ffa7df..54b4985cb2f46a5981c8c4fdb8147d16a782bd5a 100644
|
| --- a/Source/core/events/KeyboardEvent.h
|
| +++ b/Source/core/events/KeyboardEvent.h
|
| @@ -68,7 +68,7 @@ public:
|
|
|
| void initKeyboardEvent(ScriptState*, const AtomicString& type, bool canBubble, bool cancelable, AbstractView*,
|
| const String& keyIdentifier, unsigned location,
|
| - bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
|
| + bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, InputDevice* sourceDevice = nullptr);
|
|
|
| const String& keyIdentifier() const { return m_keyIdentifier; }
|
| const String& code() const { return m_code; }
|
|
|