| 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 c74c19ce3e3d69ed35e5064dc8bc5644d2514190..2c3a903fd08d1cecadc6b682d8d5b10fa5fd2632 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(this),
|
| + : ActiveScriptWrappable<MediaKeys>(this),
|
| SuspendableObject(context),
|
| m_supportedSessionTypes(supportedSessionTypes),
|
| m_cdm(std::move(cdm)),
|
|
|