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

Unified Diff: third_party/WebKit/LayoutTests/fast/mediastream/MediaStream-onactive-oninactive.html

Issue 2365883002: Expose the MediaStream interface (Closed)
Patch Set: drop TODO Created 4 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
Index: third_party/WebKit/LayoutTests/fast/mediastream/MediaStream-onactive-oninactive.html
diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/MediaStream-onactive-oninactive.html b/third_party/WebKit/LayoutTests/fast/mediastream/MediaStream-onactive-oninactive.html
index 0abcbb4a1d463999a23022b23ec737667931816e..7d58e79b1947d8d96c9cce087bb234565d82153d 100644
--- a/third_party/WebKit/LayoutTests/fast/mediastream/MediaStream-onactive-oninactive.html
+++ b/third_party/WebKit/LayoutTests/fast/mediastream/MediaStream-onactive-oninactive.html
@@ -32,7 +32,7 @@ function streamActive() {
}
function gotStream2(s) {
- stream = new webkitMediaStream();
+ stream = new MediaStream();
shouldBeFalse('stream.active');
stream.onactive = streamActive;
stream.addTrack(s.getAudioTracks()[0]);

Powered by Google App Engine
This is Rietveld 408576698