| Index: Source/WebCore/platform/graphics/MediaPlayerPrivate.h
|
| diff --git a/Source/WebCore/platform/graphics/MediaPlayerPrivate.h b/Source/WebCore/platform/graphics/MediaPlayerPrivate.h
|
| index d0b5dc3709a60d96d427dfe9c9855d86145fb396..4e28bcef32d481a94c583b1648d163ec8c8b6232 100644
|
| --- a/Source/WebCore/platform/graphics/MediaPlayerPrivate.h
|
| +++ b/Source/WebCore/platform/graphics/MediaPlayerPrivate.h
|
| @@ -154,8 +154,6 @@ public:
|
| void clearMediaCache() { }
|
| void clearMediaCacheForSite(const String&) { }
|
|
|
| - virtual void setPrivateBrowsingMode(bool) { }
|
| -
|
| virtual String engineDescription() const { return emptyString(); }
|
|
|
| #if ENABLE(WEB_AUDIO)
|
|
|