| Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-getStats-promise.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-getStats-promise.html b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-getStats-promise.html
|
| index 135791a96b73edb661d5438f08e01ea69b1cddb5..79e9c67ec662d812b05af1d0c97a8ef502aa5b93 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-getStats-promise.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-getStats-promise.html
|
| @@ -7,7 +7,7 @@
|
| </head>
|
| <body>
|
| <script>
|
| -var pc = new webkitRTCPeerConnection(null);
|
| +var pc = new RTCPeerConnection();
|
|
|
| function stringify_equals(d1, d2) {
|
| return JSON.stringify(d1) == JSON.stringify(d2);
|
|
|