| Index: LayoutTests/webaudio/mediastreamaudiosourcenode.html
|
| diff --git a/LayoutTests/webaudio/mediastreamaudiosourcenode.html b/LayoutTests/webaudio/mediastreamaudiosourcenode.html
|
| index f0a6c69c9843a1262a31acb2724952f801f76294..b55cda6162b7fee6f9552bc2eb73b6d0bb362255 100644
|
| --- a/LayoutTests/webaudio/mediastreamaudiosourcenode.html
|
| +++ b/LayoutTests/webaudio/mediastreamaudiosourcenode.html
|
| @@ -3,6 +3,7 @@
|
| <html>
|
| <head>
|
| <script src="../resources/js-test.js"></script>
|
| +<script src="resources/compatibility.js"></script>
|
| <script src="resources/audio-testing.js"></script>
|
| </head>
|
|
|
| @@ -35,7 +36,7 @@ function gotStream(stream) {
|
| shouldBe('s.getAudioTracks().length', '1');
|
| shouldBe('s.getVideoTracks().length', '0');
|
|
|
| - context = new webkitAudioContext();
|
| + context = new AudioContext();
|
|
|
| // Create an AudioNode from the stream.
|
| var mediaStreamSource = context.createMediaStreamSource(stream);
|
|
|