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

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

Issue 154693002: Have ChildNodeList subclass NodeList instead of LiveNodeList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update copyright Created 6 years, 10 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: Source/core/html/CollectionType.h
diff --git a/Source/core/html/CollectionType.h b/Source/core/html/CollectionType.h
index 05e412fb827ee2c4840d06d3a567aceddeb967d3..4e53682b6740e940ee612f93107babf73e971b3e 100644
--- a/Source/core/html/CollectionType.h
+++ b/Source/core/html/CollectionType.h
@@ -57,14 +57,13 @@ enum CollectionType {
HTMLTagCollectionType,
// Live NodeList.
- ChildNodeListType,
NameNodeListType,
RadioNodeListType,
RadioImgNodeListType,
LabelsNodeListType,
};
-static const CollectionType FirstLiveNodeListType = ChildNodeListType;
+static const CollectionType FirstLiveNodeListType = NameNodeListType;
inline bool isLiveNodeListType(CollectionType type)
{

Powered by Google App Engine
This is Rietveld 408576698