| Index: Source/WebCore/dom/Document.h
|
| diff --git a/Source/WebCore/dom/Document.h b/Source/WebCore/dom/Document.h
|
| index 437c5bd107e161f6ed31a87b70b074ae3f27a5b7..1a3478cc9a7ac8c347016d4154f334c21749791a 100644
|
| --- a/Source/WebCore/dom/Document.h
|
| +++ b/Source/WebCore/dom/Document.h
|
| @@ -171,10 +171,6 @@ class Touch;
|
| class TouchList;
|
| #endif
|
|
|
| -#if ENABLE(MICRODATA)
|
| -class MicroDataItemList;
|
| -#endif
|
| -
|
| #if ENABLE(LINK_PRERENDER)
|
| class Prerenderer;
|
| #endif
|
| @@ -1098,10 +1094,6 @@ public:
|
| const TouchEventTargetSet* touchEventTargets() const { return 0; }
|
| #endif
|
|
|
| -#if ENABLE(MICRODATA)
|
| - PassRefPtr<NodeList> getItems(const String& typeNames);
|
| -#endif
|
| -
|
| bool isInDocumentWrite() { return m_writeRecursionDepth > 0; }
|
|
|
| void suspendScheduledTasks(ActiveDOMObject::ReasonForSuspension);
|
|
|