| Index: public/platform/WebContentDecryptionModule.h
|
| diff --git a/public/platform/WebContentDecryptionModule.h b/public/platform/WebContentDecryptionModule.h
|
| index 906122f7384b114f56dbb30c83061757928e3610..4938a68a44fb24d18c719ed2806536a831d9660a 100644
|
| --- a/public/platform/WebContentDecryptionModule.h
|
| +++ b/public/platform/WebContentDecryptionModule.h
|
| @@ -35,9 +35,9 @@
|
|
|
| namespace WebKit {
|
|
|
| -class WebContentDecryptionModule {
|
| +class BLINK_PLATFORM_EXPORT WebContentDecryptionModule {
|
| public:
|
| - virtual ~WebContentDecryptionModule() { }
|
| + virtual ~WebContentDecryptionModule();
|
|
|
| // Must return non-null.
|
| virtual WebContentDecryptionModuleSession* createSession(WebContentDecryptionModuleSession::Client*) = 0;
|
|
|