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