Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: third_party/WebKit/Source/core/html/HTMLTagCollection.h

Issue 2573043002: Update stale links to dvcs.w3.org (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698