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

Unified Diff: Source/WebCore/dom/Node.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/MicroDataItemList.cpp ('k') | Source/WebCore/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/Node.h
diff --git a/Source/WebCore/dom/Node.h b/Source/WebCore/dom/Node.h
index d808ca5c10636ec62f4858729a12ce8ebbc53dc9..697d20ad62165cd01571b1120c2bafec2fd1bb2a 100644
--- a/Source/WebCore/dom/Node.h
+++ b/Source/WebCore/dom/Node.h
@@ -86,11 +86,6 @@ class TagNodeList;
class TouchEvent;
#endif
-#if ENABLE(MICRODATA)
-class HTMLPropertiesCollection;
-class PropertyNodeList;
-#endif
-
typedef int ExceptionCode;
const int nodeStyleChangeShift = 15;
@@ -654,13 +649,6 @@ public:
virtual EventTargetData* eventTargetData();
virtual EventTargetData* ensureEventTargetData();
-#if ENABLE(MICRODATA)
- DOMSettableTokenList* itemProp();
- DOMSettableTokenList* itemRef();
- DOMSettableTokenList* itemType();
- PassRefPtr<PropertyNodeList> propertyNodeList(const String&);
-#endif
-
void getRegisteredMutationObserversOfType(HashMap<MutationObserver*, MutationRecordDeliveryOptions>&, MutationObserver::MutationType, const QualifiedName* attributeName);
void registerMutationObserver(MutationObserver*, MutationObserverOptions, const HashSet<AtomicString>& attributeFilter);
void unregisterMutationObserver(MutationObserverRegistration*);
@@ -830,12 +818,6 @@ protected:
void setHasSVGRareData() { setFlag(HasSVGRareDataFlag); }
void clearHasSVGRareData() { clearFlag(HasSVGRareDataFlag); }
#endif
-
-#if ENABLE(MICRODATA)
- void setItemProp(const String&);
- void setItemRef(const String&);
- void setItemType(const String&);
-#endif
};
// Used in Node::addSubresourceAttributeURLs() and in addSubresourceStyleURLs()
« no previous file with comments | « Source/WebCore/dom/MicroDataItemList.cpp ('k') | Source/WebCore/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698