| Index: third_party/WebKit/Source/core/dom/TagCollection.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/TagCollection.cpp b/third_party/WebKit/Source/core/dom/TagCollection.cpp
|
| index 4b6a6e283782241dbfbd1bc09a96a3a354cffe9b..83ff54cfde884e7990093bb156913c587cc1f976 100644
|
| --- a/third_party/WebKit/Source/core/dom/TagCollection.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/TagCollection.cpp
|
| @@ -41,7 +41,8 @@ TagCollection::TagCollection(ContainerNode& rootNode,
|
| TagCollection::~TagCollection() {}
|
|
|
| bool TagCollection::elementMatches(const Element& testNode) const {
|
| - // Implements http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-getelementsbytagnamens
|
| + // Implements
|
| + // http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-getelementsbytagnamens
|
| if (m_localName != starAtom && m_localName != testNode.localName())
|
| return false;
|
|
|
|
|