Index: Source/core/dom/ChildNodeList.cpp |
diff --git a/Source/core/dom/ChildNodeList.cpp b/Source/core/dom/ChildNodeList.cpp |
index 3c9e1959322797b5643f82c7cee05a150d8b3fa3..3dae63bc838102447534010cc1d52f7a1ebfa301 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(const Handle<Node>& node) |
: LiveNodeList(node, ChildNodeListType, DoNotInvalidateOnAttributeChanges) |
{ |
} |