Index: Source/platform/drm/ContentDecryptionModuleSession.h |
diff --git a/Source/platform/drm/ContentDecryptionModuleSession.h b/Source/platform/drm/ContentDecryptionModuleSession.h |
index e4f790c4d7c8cb4efdcf08202540db7ebdc9247e..1adbd591916906109b39b6c8eaeacac0d3170478 100644 |
--- a/Source/platform/drm/ContentDecryptionModuleSession.h |
+++ b/Source/platform/drm/ContentDecryptionModuleSession.h |
@@ -60,7 +60,7 @@ public: |
static PassOwnPtr<ContentDecryptionModuleSession> create(ContentDecryptionModuleSessionClient*); |
ContentDecryptionModuleSession(blink::WebContentDecryptionModule*, ContentDecryptionModuleSessionClient*); |
- ~ContentDecryptionModuleSession(); |
+ virtual ~ContentDecryptionModuleSession(); |
String sessionId() const; |
void initializeNewSession(const String& mimeType, const Uint8Array& initData); |