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

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

Issue 143453010: Have getElementsByClassName() / getElementsByTagName*() return an HTMLCollection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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
« no previous file with comments | « Source/core/fetch/FontResource.cpp ('k') | Source/core/html/HTMLAllCollection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/CollectionType.h
diff --git a/Source/core/html/CollectionType.h b/Source/core/html/CollectionType.h
index d63a3bc55a20381c6d0f913a97431f29868e65b6..05e412fb827ee2c4840d06d3a567aceddeb967d3 100644
--- a/Source/core/html/CollectionType.h
+++ b/Source/core/html/CollectionType.h
@@ -52,12 +52,13 @@ enum CollectionType {
MapAreas,
FormControls,
+ ClassCollectionType,
+ TagCollectionType,
+ HTMLTagCollectionType,
+
// Live NodeList.
ChildNodeListType,
- ClassNodeListType,
NameNodeListType,
- TagNodeListType,
- HTMLTagNodeListType,
RadioNodeListType,
RadioImgNodeListType,
LabelsNodeListType,
« no previous file with comments | « Source/core/fetch/FontResource.cpp ('k') | Source/core/html/HTMLAllCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698