| Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-dtmf.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-dtmf.html b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-dtmf.html
|
| index 8d0085990c7e70217c25ea9c2ac4522619d162bf..9dd2f55d8071af14656d189b1ad07d16e496e980 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-dtmf.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-dtmf.html
|
| @@ -53,7 +53,7 @@ function gotStream(s) {
|
| shouldBe('stream.getAudioTracks().length', '1');
|
| shouldBe('stream.getVideoTracks().length', '0');
|
|
|
| - pc = new webkitRTCPeerConnection(null, null);
|
| + pc = new RTCPeerConnection();
|
| pc.oniceconnectionstatechange = pc_onicechange;
|
| }
|
|
|
|
|