| Index: Source/WebCore/html/CollectionType.h
|
| diff --git a/Source/WebCore/html/CollectionType.h b/Source/WebCore/html/CollectionType.h
|
| index 57ea13d8d8226bbf7cf3fcd4dc85133b8e30736a..c576c113283425ff39a79c4004299e60d83ee790 100644
|
| --- a/Source/WebCore/html/CollectionType.h
|
| +++ b/Source/WebCore/html/CollectionType.h
|
| @@ -50,9 +50,6 @@ enum CollectionType {
|
| SelectedOptions,
|
| DataListOptions,
|
| MapAreas,
|
| -#if ENABLE(MICRODATA)
|
| - ItemProperties, // Microdata item properties in the document
|
| -#endif
|
| FormControls,
|
|
|
| // Live NodeList.
|
| @@ -63,8 +60,6 @@ enum CollectionType {
|
| HTMLTagNodeListType,
|
| RadioNodeListType,
|
| LabelsNodeListType,
|
| - MicroDataItemListType,
|
| - PropertyNodeListType,
|
| };
|
|
|
| static const CollectionType FirstNodeListType = ChildNodeListType;
|
|
|