| 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)
|
| {
|
|
|