| Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice-promise.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice-promise.html b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice-promise.html
|
| index b89bbbe4e5ae798fcd1ff6d08cd76fe9ea22f374..cf5170b7dff54cc02a33e1580ec8ca382959796a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice-promise.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice-promise.html
|
| @@ -54,7 +54,7 @@ function onIceChange1()
|
| }
|
| }
|
|
|
| -shouldNotThrow('pc = new webkitRTCPeerConnection(null, null);');
|
| +shouldNotThrow('pc = new RTCPeerConnection();');
|
| pc.oniceconnectionstatechange = onIceChange1;
|
|
|
| window.jsTestIsAsync = true;
|
|
|