Index: Source/core/dom/ClassNodeList.cpp |
diff --git a/Source/core/dom/ClassNodeList.cpp b/Source/core/dom/ClassNodeList.cpp |
index 7ab32026f05f366f3807c648655bf6182bcff7cc..f70f6714d302ebbee5a5401cab648c5d9e296da6 100644 |
--- a/Source/core/dom/ClassNodeList.cpp |
+++ b/Source/core/dom/ClassNodeList.cpp |
@@ -45,7 +45,7 @@ ClassNodeList::ClassNodeList(PassRefPtr<Node> rootNode, const String& classNames |
ClassNodeList::~ClassNodeList() |
{ |
ownerNode()->nodeLists()->removeCacheWithName(this, ClassNodeListType, m_originalClassNames); |
-} |
+} |
bool ClassNodeList::nodeMatches(Element* testNode) const |
{ |