Index: third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp |
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp |
index dd7d7080bda17680be19b6e1b912af2d13dbd638..8a5a87578515f4976bb13364ae26c83e4b8b9779 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp |
@@ -309,7 +309,7 @@ void RTCDataChannel::resume() { |
m_scheduledEventTimer.startOneShot(0, BLINK_FROM_HERE); |
} |
-void RTCDataChannel::stop() { |
+void RTCDataChannel::contextDestroyed() { |
if (m_stopped) |
return; |