| Index: third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h
|
| diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h
|
| index 4a25ed2ca19f78f72e0d5f18c7dfdf54a7f816eb..88ce59c0757e94d6253c6b879463f4445e2e0596 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "bindings/core/v8/ScriptPromiseProperty.h"
|
| -#include "core/dom/ActiveDOMObject.h"
|
| #include "core/dom/DOMArrayPiece.h"
|
| +#include "core/dom/SuspendableObject.h"
|
| #include "modules/EventTargetModules.h"
|
| #include "modules/encryptedmedia/MediaKeyStatusMap.h"
|
| #include "platform/Timer.h"
|
| @@ -64,7 +64,7 @@ class MediaKeys;
|
| class MediaKeySession final
|
| : public EventTargetWithInlineData,
|
| public ActiveScriptWrappable,
|
| - public ActiveDOMObject,
|
| + public SuspendableObject,
|
| private WebContentDecryptionModuleSession::Client {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(MediaKeySession);
|
| @@ -99,7 +99,7 @@ class MediaKeySession final
|
| // ScriptWrappable
|
| bool hasPendingActivity() const final;
|
|
|
| - // ActiveDOMObject
|
| + // SuspendableObject
|
| void contextDestroyed() override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|