| Index: LayoutTests/webaudio/biquad-notch.html
|
| diff --git a/LayoutTests/webaudio/biquad-notch.html b/LayoutTests/webaudio/biquad-notch.html
|
| index 9dae90149981454604daefb03c8e253b3eca347e..0db1ce9a7aa80ecdf48343d3d63822372df962cd 100644
|
| --- a/LayoutTests/webaudio/biquad-notch.html
|
| +++ b/LayoutTests/webaudio/biquad-notch.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 },
|
|
|