| Index: Source/core/events/KeyboardEvent.cpp
|
| diff --git a/Source/core/events/KeyboardEvent.cpp b/Source/core/events/KeyboardEvent.cpp
|
| index b5241fa387c315fa99477d4be0c5616bc0576ab8..7eeb3676a9c895fff1e89cbdadca4f34fd69907b 100644
|
| --- a/Source/core/events/KeyboardEvent.cpp
|
| +++ b/Source/core/events/KeyboardEvent.cpp
|
| @@ -219,6 +219,11 @@ int KeyboardEvent::which() const
|
| return keyCode();
|
| }
|
|
|
| +PassRefPtrWillBeRawPtr<EventDispatchMediator> KeyboardEvent::createMediator()
|
| +{
|
| + return KeyboardEventDispatchMediator::create(this);
|
| +}
|
| +
|
| DEFINE_TRACE(KeyboardEvent)
|
| {
|
| UIEventWithKeyState::trace(visitor);
|
|
|