Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(972)

Unified Diff: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html

Issue 2446173002: Use RTCPeerConnection instead of webkitRTCPeerConnection (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html
diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html
index 31b3349be00ced3a50663939a2ac4266d285db52..3cf829f721aaf5aaa6312efceafbb11acb00258d 100644
--- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html
+++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html
@@ -89,7 +89,7 @@ function statsHandler4(status) {
}
var startTime = new Date().getTime();
-shouldNotThrow('pc = new webkitRTCPeerConnection(null)');
+shouldNotThrow('pc = new RTCPeerConnection()');
shouldNotThrow('pc.getStats(statsHandler1)');
window.jsTestIsAsync = true;

Powered by Google App Engine
This is Rietveld 408576698