Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index a199a38a4d254f410ca140f0a0f66f5ca382b567..37e5d67b7f9997ac1645f11bb5344398872f23e2 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -66,8 +66,9 @@ class PagePopupController; |
class PrivateScriptTest; |
class Range; |
class SerializedScriptValue; |
-class StaticNodeList; |
class ShadowRoot; |
+template <typename NodeType> class StaticNodeTypeList; |
+typedef StaticNodeTypeList<Node> StaticNodeList; |
class TypeConversions; |
class Internals FINAL : public RefCountedWillBeGarbageCollectedFinalized<Internals>, public ScriptWrappable, public ContextLifecycleObserver { |