| Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-events.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-events.html b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-events.html
|
| index 994f40b72a361a7b85008fd2210af60679a0cd96..ab38bb1285f59d3b002c7b8cb3c43758af58fdf8 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-events.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-events.html
|
| @@ -41,7 +41,7 @@ function gotStream(s) {
|
| testPassed('gotStream was called.');
|
| stream = s;
|
|
|
| - pc = new webkitRTCPeerConnection(null, null);
|
| + pc = new RTCPeerConnection();
|
| pc.onnegotiationneeded = onNegotiationNeeded;
|
|
|
| pc.addStream(stream);
|
|
|