| Index: third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
|
| diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
|
| index 2c3a903fd08d1cecadc6b682d8d5b10fa5fd2632..7cbe44ca71580679b2b4bb36d9195442b1157f82 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
|
| @@ -139,8 +139,7 @@ MediaKeys::MediaKeys(
|
| ExecutionContext* context,
|
| const WebVector<WebEncryptedMediaSessionType>& supportedSessionTypes,
|
| std::unique_ptr<WebContentDecryptionModule> cdm)
|
| - : ActiveScriptWrappable<MediaKeys>(this),
|
| - SuspendableObject(context),
|
| + : SuspendableObject(context),
|
| m_supportedSessionTypes(supportedSessionTypes),
|
| m_cdm(std::move(cdm)),
|
| m_mediaElement(nullptr),
|
|
|