| Index: third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.h
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.h b/third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.h
|
| index 880b89395670bce6d7d9ad7c4f85560e42f8f816..ec281c5273d1f8c302170c95f804f84d51de06e6 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.h
|
| +++ b/third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.h
|
| @@ -27,7 +27,7 @@
|
| #define MediaDevicesRequest_h
|
|
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| -#include "core/dom/ActiveDOMObject.h"
|
| +#include "core/dom/SuspendableObject.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/mediastream/MediaDeviceInfo.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -41,7 +41,7 @@ class ScriptPromiseResolver;
|
|
|
| class MODULES_EXPORT MediaDevicesRequest final
|
| : public GarbageCollectedFinalized<MediaDevicesRequest>,
|
| - public ActiveDOMObject {
|
| + public SuspendableObject {
|
| USING_GARBAGE_COLLECTED_MIXIN(MediaDevicesRequest);
|
|
|
| public:
|
| @@ -54,7 +54,7 @@ class MODULES_EXPORT MediaDevicesRequest final
|
|
|
| void succeed(const MediaDeviceInfoVector&);
|
|
|
| - // ActiveDOMObject
|
| + // SuspendableObject
|
| void contextDestroyed() override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|