| Index: LayoutTests/webaudio/oscillator-square.html
|
| diff --git a/LayoutTests/webaudio/oscillator-square.html b/LayoutTests/webaudio/oscillator-square.html
|
| index adc3d6ab2f9dae0ab5420ac70c276727d70c3dd4..52b74afa69a2ebfd0a0931b23eb3afeb35491b80 100644
|
| --- a/LayoutTests/webaudio/oscillator-square.html
|
| +++ b/LayoutTests/webaudio/oscillator-square.html
|
| @@ -21,7 +21,7 @@ function init() {
|
| if (!window.testRunner)
|
| return;
|
|
|
| - generateExponentialOscillatorSweep(OSC.SQUARE);
|
| + generateExponentialOscillatorSweep("square");
|
| }
|
|
|
| </script>
|
|
|