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 c485092c5955b6428f79355100569244a2d8df4f..30e73e91fc0e0822cb24888b76d9b2cb349b6dd5 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h |
@@ -60,7 +60,7 @@ class RTCSessionDescriptionRequestImpl final |
void requestFailed(const String& error) override; |
// ActiveDOMObject |
- void stop() override; |
+ void contextDestroyed() override; |
DECLARE_VIRTUAL_TRACE(); |