| Index: third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.h
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.h b/third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.h
|
| index 7a7e34f6175e695e30829015bfa4591a27fee058..3c19a831e95115237fabf0b35db9f67be9efa872 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.h
|
| @@ -25,7 +25,7 @@
|
| #ifndef RTCStatsRequestImpl_h
|
| #define RTCStatsRequestImpl_h
|
|
|
| -#include "core/dom/ActiveDOMObject.h"
|
| +#include "core/dom/SuspendableObject.h"
|
| #include "modules/peerconnection/RTCStatsResponse.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/peerconnection/RTCStatsRequest.h"
|
| @@ -39,7 +39,7 @@ class RTCPeerConnection;
|
| class RTCStatsCallback;
|
|
|
| class RTCStatsRequestImpl final : public RTCStatsRequest,
|
| - public ActiveDOMObject {
|
| + public SuspendableObject {
|
| USING_GARBAGE_COLLECTED_MIXIN(RTCStatsRequestImpl);
|
|
|
| public:
|
| @@ -55,7 +55,7 @@ class RTCStatsRequestImpl final : public RTCStatsRequest,
|
|
|
| void requestSucceeded(RTCStatsResponseBase*) override;
|
|
|
| - // ActiveDOMObject
|
| + // SuspendableObject
|
| void contextDestroyed() override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|