| Index: Source/core/dom/NameNodeList.cpp
|
| diff --git a/Source/core/dom/NameNodeList.cpp b/Source/core/dom/NameNodeList.cpp
|
| index 69634c9f48a474418533f4b0399405c4fb8e5f42..5a94f6258830e169a51bda2e149a63ad29e3a42b 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<Node> rootNode, const AtomicString& name)
|
| +NameNodeList::NameNodeList(PassRefPtr<ContainerNode> rootNode, const AtomicString& name)
|
| : LiveNodeList(rootNode, NameNodeListType, InvalidateOnNameAttrChange)
|
| , m_name(name)
|
| {
|
|
|