| Index: LayoutTests/webaudio/decode-audio-data-basic.html
|
| diff --git a/LayoutTests/webaudio/decode-audio-data-basic.html b/LayoutTests/webaudio/decode-audio-data-basic.html
|
| index 348033b1b42029584acf46085dcc8171ee623167..d97e4c74bed44782c0fc096fc0bc643155358ac0 100644
|
| --- a/LayoutTests/webaudio/decode-audio-data-basic.html
|
| +++ b/LayoutTests/webaudio/decode-audio-data-basic.html
|
| @@ -2,6 +2,7 @@
|
| <html>
|
| <head>
|
| <script src="../resources/js-test.js"></script>
|
| +<script src="resources/compatibility.js"></script>
|
| <script type="text/javascript" src="resources/audio-testing.js"></script>
|
| </head>
|
| <body>
|
| @@ -15,7 +16,7 @@ if (window.testRunner) {
|
|
|
| window.jsTestIsAsync = true;
|
|
|
| -var context = new webkitAudioContext();
|
| +var context = new AudioContext();
|
|
|
| try {
|
| context.decodeAudioData(null, function(){}, function(){});
|
|
|