Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-onnegotiationneeded.html |
diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-onnegotiationneeded.html b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-onnegotiationneeded.html |
index 3cd322e9ddac4e24c203ffefedf764520a4a4b34..d2b178ebc522373d2015c887842acd22dcd22c95 100644 |
--- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-onnegotiationneeded.html |
+++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-onnegotiationneeded.html |
@@ -34,7 +34,7 @@ function gotStream(s) { |
testPassed('Got a stream.'); |
stream = s; |
- pc = new webkitRTCPeerConnection(null, null); |
+ pc = new RTCPeerConnection(); |
pc.onnegotiationneeded = onNegotiationNeeded; |
pc.addStream(stream); |