Index: Source/core/dom/ContainerNode.h |
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h |
index 6522a89b8e564fe6e74dfc2a01dac29df3e85c4f..35ec84f3765e212e98a7f417166724a8fb54d992 100644 |
--- a/Source/core/dom/ContainerNode.h |
+++ b/Source/core/dom/ContainerNode.h |
@@ -36,7 +36,6 @@ class ClassCollection; |
class ExceptionState; |
class FloatPoint; |
class HTMLCollection; |
-template <typename NodeType> class StaticNodeTypeList; |
using StaticElementList = StaticNodeTypeList<Element>; |
class TagCollection; |