| Index: LayoutTests/webaudio/biquadfilternode-basic.html
|
| diff --git a/LayoutTests/webaudio/biquadfilternode-basic.html b/LayoutTests/webaudio/biquadfilternode-basic.html
|
| index 36c1149bb9ff0c1d5923a045b2e37c46f5f4daa1..da54181a62e642b59f69fd9b41cbe2e43c5387be 100644
|
| --- a/LayoutTests/webaudio/biquadfilternode-basic.html
|
| +++ b/LayoutTests/webaudio/biquadfilternode-basic.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>
|
|
|
| @@ -22,7 +23,7 @@ function runTest() {
|
|
|
| window.jsTestIsAsync = true;
|
|
|
| - context = new webkitAudioContext();
|
| + context = new AudioContext();
|
| var filter = context.createBiquadFilter();
|
|
|
| if (filter.numberOfInputs === 1)
|
|
|