| 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 83ff54cfde884e7990093bb156913c587cc1f976..6700f6251e537f0fab8f0bdfa462cd2b6714e2de 100644
|
| --- a/third_party/WebKit/Source/core/dom/TagCollection.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/TagCollection.cpp
|
| @@ -42,7 +42,7 @@ TagCollection::~TagCollection() {}
|
|
|
| bool TagCollection::elementMatches(const Element& testNode) const {
|
| // Implements
|
| - // http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-getelementsbytagnamens
|
| + // https://dom.spec.whatwg.org/#concept-getelementsbytagnamens
|
| if (m_localName != starAtom && m_localName != testNode.localName())
|
| return false;
|
|
|
|
|