Index: Source/core/events/TreeScopeEventContext.h |
diff --git a/Source/core/events/TreeScopeEventContext.h b/Source/core/events/TreeScopeEventContext.h |
index a86eea5587d7d77551b82e30699cabfe4c70e8c6..26894a0add6b4cae250e6fc15e252dd0f555ef93 100644 |
--- a/Source/core/events/TreeScopeEventContext.h |
+++ b/Source/core/events/TreeScopeEventContext.h |
@@ -39,7 +39,8 @@ namespace blink { |
class EventPath; |
class EventTarget; |
class Node; |
-class StaticNodeList; |
+template <typename NodeType> class StaticNodeTypeList; |
+typedef StaticNodeTypeList<Node> StaticNodeList; |
class TouchEventContext; |
class TreeScope; |