| Index: Source/core/html/LabelsNodeList.cpp
|
| diff --git a/Source/core/html/LabelsNodeList.cpp b/Source/core/html/LabelsNodeList.cpp
|
| index e4934ccd2c0bb5184401da5959e2ed27315ad632..0303bf2ab1c8f91a231ab6cf8ff9075b2f0734ac 100644
|
| --- a/Source/core/html/LabelsNodeList.cpp
|
| +++ b/Source/core/html/LabelsNodeList.cpp
|
| @@ -40,7 +40,7 @@ LabelsNodeList::LabelsNodeList(ContainerNode* ownerNode)
|
|
|
| LabelsNodeList::~LabelsNodeList()
|
| {
|
| - ownerNode()->nodeLists()->removeCache(this, LabelsNodeListType);
|
| + ownerNode().nodeLists()->removeCache(this, LabelsNodeListType);
|
| }
|
|
|
| bool LabelsNodeList::nodeMatches(const Element& testNode) const
|
|
|