Index: Source/core/events/Event.h |
diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h |
index 38e2aba046f1789363e4167f1bd68a8e45feaa35..b0a81d12b2bff6cd5fd9adf376870579637cd93d 100644 |
--- a/Source/core/events/Event.h |
+++ b/Source/core/events/Event.h |
@@ -190,6 +190,8 @@ public: |
// ErrorEvent behaves, can override this method. |
virtual bool canBeDispatchedInWorld(const DOMWrapperWorld&) const { return true; } |
+ virtual PassRefPtrWillBeRawPtr<EventDispatchMediator> createMediator(); |
+ |
DECLARE_VIRTUAL_TRACE(); |
protected: |