| Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-AddRemoveStream.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-AddRemoveStream.html b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-AddRemoveStream.html
|
| index 9190a62c9af4110421d0bc9cd424888046ee2254..e43377b7c51c663a847c3d99ba5cbea9b6e962e6 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-AddRemoveStream.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-AddRemoveStream.html
|
| @@ -16,7 +16,7 @@ navigator.webkitGetUserMedia(options, (stream1) => {
|
| navigator.webkitGetUserMedia(options, (stream2) => {
|
| assert_false(stream1.id === stream2.id);
|
|
|
| - pc = new webkitRTCPeerConnection(null, null);
|
| + pc = new RTCPeerConnection();
|
|
|
| pc.onnegotiationneeded = (event) => {
|
| assert_equals(pc.getStreamById(stream1.id), stream1);
|
|
|