| Index: Source/core/dom/NameNodeList.cpp
|
| diff --git a/Source/core/dom/NameNodeList.cpp b/Source/core/dom/NameNodeList.cpp
|
| index d01ca0d5e49cc111fca9fa9910748af02fda5aa2..a98bbe5f614a93112dd658b3d6aa650797e7bc41 100644
|
| --- a/Source/core/dom/NameNodeList.cpp
|
| +++ b/Source/core/dom/NameNodeList.cpp
|
| @@ -31,7 +31,7 @@ namespace WebCore {
|
|
|
| using namespace HTMLNames;
|
|
|
| -NameNodeList::NameNodeList(PassRefPtr<ContainerNode> rootNode, const AtomicString& name)
|
| +NameNodeList::NameNodeList(ContainerNode& rootNode, const AtomicString& name)
|
| : LiveNodeList(rootNode, NameNodeListType, InvalidateOnNameAttrChange)
|
| , m_name(name)
|
| {
|
|
|