| Index: content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc
|
| diff --git a/content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc b/content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc
|
| index ea10bb8fc505595e03dadc24931d5c2bf5f417ff..dca2f30924d20fdb0797d32e03bb518ef98b36d4 100644
|
| --- a/content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc
|
| +++ b/content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc
|
| @@ -305,6 +305,7 @@ WebRTCDTMFSenderHandler* MockWebRTCPeerConnectionHandler::createDTMFSender(
|
|
|
| void MockWebRTCPeerConnectionHandler::stop() {
|
| stopped_ = true;
|
| + task_list_.revokeAll();
|
| }
|
|
|
| } // namespace content
|
|
|