| Index: LayoutTests/webaudio/biquad-allpass.html
|
| diff --git a/LayoutTests/webaudio/biquad-allpass.html b/LayoutTests/webaudio/biquad-allpass.html
|
| index e03135f3d123543f30f09e3a8f14e1ab23c49cf6..b5cbef3c2ec1ce7193b88769915002d3c4fa1adb 100644
|
| --- a/LayoutTests/webaudio/biquad-allpass.html
|
| +++ b/LayoutTests/webaudio/biquad-allpass.html
|
| @@ -2,6 +2,7 @@
|
|
|
| <html>
|
| <head>
|
| +<script src="resources/compatibility.js"></script>
|
| <script src="resources/audio-testing.js"></script>
|
| <script src="../resources/js-test.js"></script>
|
| <script src="resources/biquad-testing.js"></script>
|
| @@ -24,7 +25,7 @@ function runTest() {
|
| window.jsTestIsAsync = true;
|
|
|
| // Create offline audio context.
|
| - var context = new webkitOfflineAudioContext(2, sampleRate * renderLengthSeconds, sampleRate);
|
| + var context = new OfflineAudioContext(2, sampleRate * renderLengthSeconds, sampleRate);
|
|
|
| var filterParameters = [{cutoff : 0, q : 10, gain : 1 },
|
| {cutoff : 1, q : 10, gain : 1 },
|
|
|