| 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]);
|
|
|