| Index: third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.h
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.h b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.h
|
| index fd230bc650afb82463fa7c3ebfddb6f4e93063d1..17bf0fa40f1a5bdd0a60b283be58dfc189c4a83a 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef RTCDTMFSender_h
|
| #define RTCDTMFSender_h
|
|
|
| -#include "core/dom/ActiveDOMObject.h"
|
| +#include "core/dom/SuspendableObject.h"
|
| #include "modules/EventTargetModules.h"
|
| #include "platform/Timer.h"
|
| #include "public/platform/WebRTCDTMFSenderHandlerClient.h"
|
| @@ -41,7 +41,7 @@ class WebRTCPeerConnectionHandler;
|
|
|
| class RTCDTMFSender final : public EventTargetWithInlineData,
|
| public WebRTCDTMFSenderHandlerClient,
|
| - public ActiveDOMObject {
|
| + public SuspendableObject {
|
| USING_GARBAGE_COLLECTED_MIXIN(RTCDTMFSender);
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_PRE_FINALIZER(RTCDTMFSender, dispose);
|
| @@ -72,7 +72,7 @@ class RTCDTMFSender final : public EventTargetWithInlineData,
|
| const AtomicString& interfaceName() const override;
|
| ExecutionContext* getExecutionContext() const override;
|
|
|
| - // ActiveDOMObject
|
| + // SuspendableObject
|
| void contextDestroyed() override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|