| Index: LayoutTests/webaudio/realtimeanalyser-fft-scaling.html
|
| diff --git a/LayoutTests/webaudio/realtimeanalyser-fft-scaling.html b/LayoutTests/webaudio/realtimeanalyser-fft-scaling.html
|
| index 0f681a902e1cddcb25beebf1544c75864930446d..aed53e72e97e34af83fbf21efdeed6fc165ecf79 100644
|
| --- a/LayoutTests/webaudio/realtimeanalyser-fft-scaling.html
|
| +++ b/LayoutTests/webaudio/realtimeanalyser-fft-scaling.html
|
| @@ -2,6 +2,7 @@
|
| <html>
|
| <head>
|
| <script src="../resources/js-test.js"></script>
|
| + <script src="resources/compatibility.js"></script>
|
| <script src="resources/audio-testing.js"></script>
|
| </head>
|
|
|
| @@ -95,7 +96,7 @@
|
|
|
| window.jsTestIsAsync = true;
|
|
|
| - context = new webkitOfflineAudioContext(1, 2048, sampleRate);
|
| + context = new OfflineAudioContext(1, 2048, sampleRate);
|
|
|
| // Use a sine wave oscillator as the reference source signal.
|
| osc = context.createOscillator();
|
|
|