Index: Source/core/events/EventDispatcher.h |
diff --git a/Source/core/events/EventDispatcher.h b/Source/core/events/EventDispatcher.h |
index aae65a2d7f2144ae9248bef1137816fa21379aa9..c84c28848749af5569a5a4bdc0d3f4156f81924f 100644 |
--- a/Source/core/events/EventDispatcher.h |
+++ b/Source/core/events/EventDispatcher.h |
@@ -62,7 +62,7 @@ public: |
private: |
EventDispatcher(Node*, PassRefPtr<Event>); |
- const EventContext* topEventContext(); |
+ const NodeEventContext* topNodeEventContext(); |
EventDispatchContinuation dispatchEventPreProcess(void*& preDispatchEventHandlerResult); |
EventDispatchContinuation dispatchEventAtCapturing(WindowEventContext&); |