Index: Source/core/dom/ChildNodeList.cpp |
diff --git a/Source/core/dom/ChildNodeList.cpp b/Source/core/dom/ChildNodeList.cpp |
index 685fb915b34691358ae32634e23610c62a03375a..b391298bf0ad2d3b7dfe3c4e07993e7feb6178ad 100644 |
--- a/Source/core/dom/ChildNodeList.cpp |
+++ b/Source/core/dom/ChildNodeList.cpp |
@@ -28,7 +28,7 @@ |
namespace WebCore { |
-ChildNodeList::ChildNodeList(PassRefPtr<Node> node) |
+ChildNodeList::ChildNodeList(PassRefPtr<ContainerNode> node) |
: LiveNodeList(node, ChildNodeListType, DoNotInvalidateOnAttributeChanges) |
{ |
} |