Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-statsSelector.html |
diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-statsSelector.html b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-statsSelector.html |
index 4213eb625cac1d40e033b64559fe1a557337881d..8a634fae93723f6d3998fa1990a89aa00ada7d00 100644 |
--- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-statsSelector.html |
+++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-statsSelector.html |
@@ -50,7 +50,7 @@ function statsHandler2(status) |
} |
var startTime = new Date().getTime(); |
-shouldNotThrow('pc = new webkitRTCPeerConnection(null)'); |
+shouldNotThrow('pc = new RTCPeerConnection()'); |
shouldNotThrow('getUserMedia({audio:true, video:true}, gotStream)'); |
window.jsTestIsAsync = true; |