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

Unified Diff: chrome/test/data/webrtc/webrtc-simulcast.html

Issue 1344753002: Update tests for chrome, as MediaStream label, ended attributes and stop() method will be removed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « chrome/test/data/extensions/api_test/tab_capture/fullscreen_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webrtc/webrtc-simulcast.html
diff --git a/chrome/test/data/webrtc/webrtc-simulcast.html b/chrome/test/data/webrtc/webrtc-simulcast.html
index 352bd87d02b800c923e2d91a3500c9855e077e84..de7c67a0b7b20561161d5f58d8eff00262ef3407 100644
--- a/chrome/test/data/webrtc/webrtc-simulcast.html
+++ b/chrome/test/data/webrtc/webrtc-simulcast.html
@@ -166,7 +166,7 @@ function didntGetStream(err) {
function openCamera(width, height) {
if (localStream) {
pcClient.removeStream(localStream);
- localStream.stop();
+ localStream.getVideoTracks().stop();
localStream = null;
}
navigator.webkitGetUserMedia({
« no previous file with comments | « chrome/test/data/extensions/api_test/tab_capture/fullscreen_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698