Index: Source/WebCore/html/HTMLLinkElement.cpp |
diff --git a/Source/WebCore/html/HTMLLinkElement.cpp b/Source/WebCore/html/HTMLLinkElement.cpp |
index 4e34da739eab94423fbe3f0fcba965275071257d..cd6f10092190ce205788ef32110e44e1bd0f1f2b 100644 |
--- a/Source/WebCore/html/HTMLLinkElement.cpp |
+++ b/Source/WebCore/html/HTMLLinkElement.cpp |
@@ -520,16 +520,4 @@ void HTMLLinkElement::setSizes(const String& value) |
m_sizes->setValue(value); |
} |
-#if ENABLE(MICRODATA) |
-String HTMLLinkElement::itemValueText() const |
-{ |
- return getURLAttribute(hrefAttr); |
-} |
- |
-void HTMLLinkElement::setItemValueText(const String& value, ExceptionCode&) |
-{ |
- setAttribute(hrefAttr, value); |
-} |
-#endif |
- |
} // namespace WebCore |