Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index b8eeb35241a6c2972ff31568264930e3b791175a..43d17eec3b5ea77ed86722e1ae0d5be48aef36d8 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -80,7 +80,8 @@ class RenderObject; |
class RenderStyle; |
class SVGQualifiedName; |
class ShadowRoot; |
-class StaticNodeList; |
+template <typename NodeType> class StaticNodeTypeList; |
+typedef StaticNodeTypeList<Node> StaticNodeList; |
class TagCollection; |
class Text; |
class TouchEvent; |