| Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html
|
| index 31b3349be00ced3a50663939a2ac4266d285db52..3cf829f721aaf5aaa6312efceafbb11acb00258d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html
|
| @@ -89,7 +89,7 @@ function statsHandler4(status) {
|
| }
|
|
|
| var startTime = new Date().getTime();
|
| -shouldNotThrow('pc = new webkitRTCPeerConnection(null)');
|
| +shouldNotThrow('pc = new RTCPeerConnection()');
|
| shouldNotThrow('pc.getStats(statsHandler1)');
|
|
|
| window.jsTestIsAsync = true;
|
|
|