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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.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/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();

Powered by Google App Engine
This is Rietveld 408576698