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

Unified Diff: Source/WebCore/dom/Document.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/WebCore.gypi ('k') | Source/WebCore/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Source/WebCore/WebCore.gypi ('k') | Source/WebCore/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698