Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h

Issue 2567913002: Rename ActiveDOMObject to SuspendableObject (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698