| Index: third_party/WebKit/Source/core/html/HTMLTagCollection.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTagCollection.h b/third_party/WebKit/Source/core/html/HTMLTagCollection.h
|
| index 1b9a245618295a780c971c98d1562a14d2f23d51..24f10c6a5e3d7ef9b9ffbcf7a6ef91787af8cde6 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTagCollection.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTagCollection.h
|
| @@ -58,7 +58,7 @@ DEFINE_TYPE_CASTS(HTMLTagCollection,
|
| inline bool HTMLTagCollection::elementMatches(
|
| const Element& testElement) const {
|
| // Implements
|
| - // http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-getelementsbytagname
|
| + // https://dom.spec.whatwg.org/#concept-getelementsbytagname
|
| if (m_localName != starAtom) {
|
| const AtomicString& localName =
|
| testElement.isHTMLElement() ? m_loweredLocalName : m_localName;
|
|
|