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

Unified Diff: Source/WebCore/html/HTMLSourceElement.cpp

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/HTMLSourceElement.h ('k') | Source/WebCore/html/HTMLTrackElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLSourceElement.cpp
diff --git a/Source/WebCore/html/HTMLSourceElement.cpp b/Source/WebCore/html/HTMLSourceElement.cpp
index 559c26e611064d21eec604cc7b45831c46ae0669..e54994aaf17a4c9e31760e44766d7fd50e5a658d 100644
--- a/Source/WebCore/html/HTMLSourceElement.cpp
+++ b/Source/WebCore/html/HTMLSourceElement.cpp
@@ -124,18 +124,6 @@ bool HTMLSourceElement::isURLAttribute(const Attribute& attribute) const
return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute);
}
-#if ENABLE(MICRODATA)
-String HTMLSourceElement::itemValueText() const
-{
- return getURLAttribute(srcAttr);
-}
-
-void HTMLSourceElement::setItemValueText(const String& value, ExceptionCode&)
-{
- setAttribute(srcAttr, value);
-}
-#endif
-
}
#endif
« no previous file with comments | « Source/WebCore/html/HTMLSourceElement.h ('k') | Source/WebCore/html/HTMLTrackElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698