| 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..d5b1a60c05d0b4b78d275a417be2d551aa0c951f 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
|
| @@ -139,7 +139,7 @@ MediaKeys::MediaKeys(
|
| ExecutionContext* context,
|
| const WebVector<WebEncryptedMediaSessionType>& supportedSessionTypes,
|
| std::unique_ptr<WebContentDecryptionModule> cdm)
|
| - : ActiveScriptWrappable<MediaKeys>(this),
|
| + : ActiveScriptWrappable(),
|
| SuspendableObject(context),
|
| m_supportedSessionTypes(supportedSessionTypes),
|
| m_cdm(std::move(cdm)),
|
|
|