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

Unified Diff: Source/WebCore/html/HTMLSourceElement.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/html/HTMLPropertiesCollection.idl ('k') | Source/WebCore/html/HTMLSourceElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLSourceElement.h
diff --git a/Source/WebCore/html/HTMLSourceElement.h b/Source/WebCore/html/HTMLSourceElement.h
index 611e99a2adcb17ffb0b957880b53a5c3b274789d..3d7fa079f32d981181f9577e60dfdb1d7beeff5f 100644
--- a/Source/WebCore/html/HTMLSourceElement.h
+++ b/Source/WebCore/html/HTMLSourceElement.h
@@ -54,11 +54,6 @@ private:
void errorEventTimerFired(Timer<HTMLSourceElement>*);
-#if ENABLE(MICRODATA)
- virtual String itemValueText() const OVERRIDE;
- virtual void setItemValueText(const String&, ExceptionCode&) OVERRIDE;
-#endif
-
Timer<HTMLSourceElement> m_errorEventTimer;
};
« no previous file with comments | « Source/WebCore/html/HTMLPropertiesCollection.idl ('k') | Source/WebCore/html/HTMLSourceElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698