| Index: Source/WebCore/html/HTMLMediaElement.h
|
| diff --git a/Source/WebCore/html/HTMLMediaElement.h b/Source/WebCore/html/HTMLMediaElement.h
|
| index 2cdc7d4612b83157842cc2194948d80771d75665..75e3a8dd71cbb1fa1ae78a3e7a3e1c71d7d5dda4 100644
|
| --- a/Source/WebCore/html/HTMLMediaElement.h
|
| +++ b/Source/WebCore/html/HTMLMediaElement.h
|
| @@ -539,11 +539,6 @@ private:
|
|
|
| void removeBehaviorsRestrictionsAfterFirstUserGesture();
|
|
|
| -#if ENABLE(MICRODATA)
|
| - virtual String itemValueText() const;
|
| - virtual void setItemValueText(const String&, ExceptionCode&);
|
| -#endif
|
| -
|
| void updateMediaController();
|
| bool isBlocked() const;
|
| bool isBlockedOnMediaController() const;
|
|
|