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

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

Issue 2868823002: getElementsByTagName() should take a qualifiedName in parameter (Closed)
Patch Set: Rebased And Align with review comments Created 3 years, 7 months 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/CollectionType.h
diff --git a/third_party/WebKit/Source/core/html/CollectionType.h b/third_party/WebKit/Source/core/html/CollectionType.h
index 62f8af7215fac372ee02ee128988519db10fdd95..6e679e164d504afaeace24cc56f128e9acb6d56a 100644
--- a/third_party/WebKit/Source/core/html/CollectionType.h
+++ b/third_party/WebKit/Source/core/html/CollectionType.h
@@ -57,6 +57,7 @@ enum CollectionType {
kClassCollectionType,
kTagCollectionType,
kHTMLTagCollectionType,
+ kTagCollectionNSType,
// Live NodeList.
kNameNodeListType,
« no previous file with comments | « third_party/WebKit/Source/core/dom/TagCollection.cpp ('k') | third_party/WebKit/Source/core/html/HTMLCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698