| Index: Source/modules/encryptedmedia/MediaKeysClient.h
|
| diff --git a/Source/modules/encryptedmedia/MediaKeysClient.h b/Source/modules/encryptedmedia/MediaKeysClient.h
|
| index 2479156b86f20199d03daf91ff144f400451ca9e..123c527a6ed4f1090c135ff61f4d73306d2c01f6 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeysClient.h
|
| +++ b/Source/modules/encryptedmedia/MediaKeysClient.h
|
| @@ -21,12 +21,9 @@ class MediaKeysClient {
|
| public:
|
| virtual PassOwnPtr<blink::WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) = 0;
|
|
|
| -protected:
|
| virtual ~MediaKeysClient() { }
|
| };
|
|
|
| -void provideMediaKeysTo(Page&, MediaKeysClient*);
|
| -
|
| } // namespace WebCore
|
|
|
| #endif // MediaKeysClient_h
|
|
|