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

Unified Diff: third_party/WebKit/Source/core/dom/TagCollection.cpp

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/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;

Powered by Google App Engine
This is Rietveld 408576698