Index: Source/core/events/EventPath.h |
diff --git a/Source/core/events/EventPath.h b/Source/core/events/EventPath.h |
index 69c45d620d15028379675bd42f655244138395ad..c69a38faabcf4fc749010eb20facad13e7fae03d 100644 |
--- a/Source/core/events/EventPath.h |
+++ b/Source/core/events/EventPath.h |
@@ -51,6 +51,7 @@ public: |
const NodeEventContext& operator[](size_t index) const { return m_nodeEventContexts[index]; } |
NodeEventContext& last() { return m_nodeEventContexts[size() - 1]; } |
+ bool hasWindowEventContext() const { return m_windowEventContext; } |
WindowEventContext& windowEventContext() { ASSERT(m_windowEventContext); return *m_windowEventContext; } |
void ensureWindowEventContext(); |