Index: Source/core/events/KeyboardEvent.h |
diff --git a/Source/core/events/KeyboardEvent.h b/Source/core/events/KeyboardEvent.h |
index 07f3430366f1a72538f7887da537ad931cc3703b..59f6dadf8094e39049ab889b59759dc828ada338 100644 |
--- a/Source/core/events/KeyboardEvent.h |
+++ b/Source/core/events/KeyboardEvent.h |
@@ -88,6 +88,8 @@ public: |
bool isKeyboardEvent() const override; |
int which() const override; |
+ PassRefPtrWillBeRawPtr<EventDispatchMediator> createMediator() override; |
+ |
DECLARE_VIRTUAL_TRACE(); |
private: |