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

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

Issue 14028014: Remove MicroData implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Also delete all the tests Created 7 years, 8 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/WebCore/dom/PropertyNodeList.idl ('k') | Source/WebCore/html/HTMLAnchorElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/WebCore/dom/PropertyNodeList.idl ('k') | Source/WebCore/html/HTMLAnchorElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698