Index: Source/core/events/Event.cpp |
diff --git a/Source/core/events/Event.cpp b/Source/core/events/Event.cpp |
index f39236e8772b76a1e573e2c037ca2d2870c99e87..06a00be5de936f979890b3344c886da8e7fd7702 100644 |
--- a/Source/core/events/Event.cpp |
+++ b/Source/core/events/Event.cpp |
@@ -225,7 +225,7 @@ EventPath& Event::ensureEventPath() |
PassRefPtrWillBeRawPtr<StaticNodeList> Event::path() const |
{ |
if (!m_currentTarget) { |
- ASSERT(m_eventPhase == PhaseType::NONE); |
+ ASSERT(m_eventPhase == Event::NONE); |
if (!m_eventPath) { |
// Before dispatching the event |
return StaticNodeList::createEmpty(); |