| Index: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h
|
| index 30e73e91fc0e0822cb24888b76d9b2cb349b6dd5..b13b2612bfed5c21c655c10a6db38918cf7a4765 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef RTCSessionDescriptionRequestImpl_h
|
| #define RTCSessionDescriptionRequestImpl_h
|
|
|
| -#include "core/dom/ActiveDOMObject.h"
|
| +#include "core/dom/SuspendableObject.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/peerconnection/RTCSessionDescriptionRequest.h"
|
| #include "wtf/PassRefPtr.h"
|
| @@ -45,7 +45,7 @@ class WebRTCSessionDescription;
|
|
|
| class RTCSessionDescriptionRequestImpl final
|
| : public RTCSessionDescriptionRequest,
|
| - public ActiveDOMObject {
|
| + public SuspendableObject {
|
| USING_GARBAGE_COLLECTED_MIXIN(RTCSessionDescriptionRequestImpl);
|
|
|
| public:
|
| @@ -59,7 +59,7 @@ class RTCSessionDescriptionRequestImpl final
|
| void requestSucceeded(const WebRTCSessionDescription&) override;
|
| void requestFailed(const String& error) override;
|
|
|
| - // ActiveDOMObject
|
| + // SuspendableObject
|
| void contextDestroyed() override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|