Index: Source/core/events/Event.cpp |
diff --git a/Source/core/events/Event.cpp b/Source/core/events/Event.cpp |
index 03b8e0717e2ec66fdce3b291bd57aa51963fb00b..6530b42c10c5526475b5d0de8e39a90d9a4b122c 100644 |
--- a/Source/core/events/Event.cpp |
+++ b/Source/core/events/Event.cpp |
@@ -217,7 +217,7 @@ EventPath& Event::ensureEventPath() |
return *m_eventPath; |
} |
-PassRefPtrWillBeRawPtr<NodeList> Event::path() const |
+PassRefPtrWillBeRawPtr<StaticNodeList> Event::path() const |
{ |
if (!m_currentTarget || !m_currentTarget->toNode()) |
return StaticNodeList::createEmpty(); |