| Index: Source/core/dom/NameNodeList.cpp
|
| diff --git a/Source/core/dom/NameNodeList.cpp b/Source/core/dom/NameNodeList.cpp
|
| index 6393eba9ecc37ed78c1cfbcc95018043eed9d93c..d01ca0d5e49cc111fca9fa9910748af02fda5aa2 100644
|
| --- a/Source/core/dom/NameNodeList.cpp
|
| +++ b/Source/core/dom/NameNodeList.cpp
|
| @@ -39,7 +39,7 @@ NameNodeList::NameNodeList(PassRefPtr<ContainerNode> rootNode, const AtomicStrin
|
|
|
| NameNodeList::~NameNodeList()
|
| {
|
| - ownerNode()->nodeLists()->removeCache(this, NameNodeListType, m_name);
|
| + ownerNode().nodeLists()->removeCache(this, NameNodeListType, m_name);
|
| }
|
|
|
| bool NameNodeList::nodeMatches(const Element& testNode) const
|
|
|