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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestImpl.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/RTCVoidRequestImpl.h
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestImpl.h b/third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestImpl.h
index 166200cde9d70a7e82602a022c6809c301af7a98..fc1f4693ebadc70992f72b126cdf44e2ba8fc104 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestImpl.h
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestImpl.h
@@ -57,7 +57,7 @@ class RTCVoidRequestImpl final : public RTCVoidRequest, public ActiveDOMObject {
void requestFailed(const String& error) override;
// ActiveDOMObject
- void stop() override;
+ void contextDestroyed() override;
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698