| Index: Source/WebCore/html/HTMLMetaElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLMetaElement.cpp b/Source/WebCore/html/HTMLMetaElement.cpp
|
| index f9e14247e85f44222977683dba07dfad53988034..87a849aec357625fe7672a19b8a9e883fcbde1ec 100644
|
| --- a/Source/WebCore/html/HTMLMetaElement.cpp
|
| +++ b/Source/WebCore/html/HTMLMetaElement.cpp
|
| @@ -103,16 +103,4 @@ String HTMLMetaElement::name() const
|
| return getNameAttribute();
|
| }
|
|
|
| -#if ENABLE(MICRODATA)
|
| -String HTMLMetaElement::itemValueText() const
|
| -{
|
| - return getAttribute(contentAttr);
|
| -}
|
| -
|
| -void HTMLMetaElement::setItemValueText(const String& value, ExceptionCode&)
|
| -{
|
| - setAttribute(contentAttr, value);
|
| -}
|
| -#endif
|
| -
|
| }
|
|
|