| Index: Source/WebCore/html/HTMLIFrameElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLIFrameElement.cpp b/Source/WebCore/html/HTMLIFrameElement.cpp
|
| index 5bf7e3b3aafdca369e96948f647bbf6e1bc9070b..c2c37547def1d847c16f30ed1a0ab4999158af35 100644
|
| --- a/Source/WebCore/html/HTMLIFrameElement.cpp
|
| +++ b/Source/WebCore/html/HTMLIFrameElement.cpp
|
| @@ -139,16 +139,4 @@ void HTMLIFrameElement::didRecalcStyle(StyleChange styleChange)
|
| contentDocument()->recalcStyle(styleChange);
|
| }
|
|
|
| -#if ENABLE(MICRODATA)
|
| -String HTMLIFrameElement::itemValueText() const
|
| -{
|
| - return getURLAttribute(srcAttr);
|
| -}
|
| -
|
| -void HTMLIFrameElement::setItemValueText(const String& value, ExceptionCode&)
|
| -{
|
| - setAttribute(srcAttr, value);
|
| -}
|
| -#endif
|
| -
|
| }
|
|
|