| Index: LayoutTests/webaudio/dynamicscompressor-simple.html
|
| diff --git a/LayoutTests/webaudio/dynamicscompressor-simple.html b/LayoutTests/webaudio/dynamicscompressor-simple.html
|
| index b4000d21e8b656ee9a898138347f1a3c2abf05f8..827c01caf94f5b85920a200cd260ef94774867d1 100644
|
| --- a/LayoutTests/webaudio/dynamicscompressor-simple.html
|
| +++ b/LayoutTests/webaudio/dynamicscompressor-simple.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>
|
|
|
| @@ -53,7 +54,7 @@
|
|
|
| window.jsTestIsAsync = true;
|
|
|
| - context = new webkitOfflineAudioContext(1, sampleRate * lengthInSeconds, sampleRate);
|
| + context = new OfflineAudioContext(1, sampleRate * lengthInSeconds, sampleRate);
|
| // Connect an oscillator to a gain node to the compressor. The
|
| // oscillator frequency is set to a high value for the (original)
|
| // emphasis to kick in. The gain is a little extra boost to get the
|
|
|