| Index: LayoutTests/webaudio/mediastreamaudiodestinationnode.html
|
| diff --git a/LayoutTests/webaudio/mediastreamaudiodestinationnode.html b/LayoutTests/webaudio/mediastreamaudiodestinationnode.html
|
| index 610eb07f41dfd1042950c6b765c9712f6288c465..6822fba9e619b1383ac4cd3b5bec229e3a85488a 100644
|
| --- a/LayoutTests/webaudio/mediastreamaudiodestinationnode.html
|
| +++ b/LayoutTests/webaudio/mediastreamaudiodestinationnode.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>
|
|
|
| @@ -21,7 +22,7 @@ function runTest() {
|
| testRunner.dumpAsText();
|
| }
|
|
|
| - context = new webkitAudioContext();
|
| + context = new AudioContext();
|
|
|
| mediaStreamDestination = context.createMediaStreamDestination();
|
|
|
|
|