Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / CollectionType.h
index d63a3bc..4e53682 100644 (file)
@@ -52,18 +52,18 @@ enum CollectionType {
     MapAreas,
     FormControls,
 
+    ClassCollectionType,
+    TagCollectionType,
+    HTMLTagCollectionType,
+
     // Live NodeList.
-    ChildNodeListType,
-    ClassNodeListType,
     NameNodeListType,
-    TagNodeListType,
-    HTMLTagNodeListType,
     RadioNodeListType,
     RadioImgNodeListType,
     LabelsNodeListType,
 };
 
-static const CollectionType FirstLiveNodeListType = ChildNodeListType;
+static const CollectionType FirstLiveNodeListType = NameNodeListType;
 
 inline bool isLiveNodeListType(CollectionType type)
 {