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

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

Issue 2366253002: Remove ActiveDOMObject::stop() (Closed)
Patch Set: temp Created 4 years, 2 months 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/RTCPeerConnection.h
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
index 3ab55c8c9d2adbc3531cea817eaa13931dbc0d30..a27b974af1458221401fbdc6c894d55cd5f0106d 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
@@ -187,7 +187,7 @@ class RTCPeerConnection final : public EventTargetWithInlineData,
// ActiveDOMObject
void suspend() override;
void resume() override;
- void stop() override;
+ void contextDestroyed() override;
// ScriptWrappable
// We keep the this object alive until either stopped or closed.

Powered by Google App Engine
This is Rietveld 408576698