| Index: LayoutTests/webaudio/oscillator-sine.html
|
| diff --git a/LayoutTests/webaudio/oscillator-sine.html b/LayoutTests/webaudio/oscillator-sine.html
|
| index 303423943403807fc20eb3c440704aa4a7dce7ba..4d716ed469615f2ce59b7a7340674399dcc069d7 100644
|
| --- a/LayoutTests/webaudio/oscillator-sine.html
|
| +++ b/LayoutTests/webaudio/oscillator-sine.html
|
| @@ -21,7 +21,7 @@ function init() {
|
| if (!window.testRunner)
|
| return;
|
|
|
| - generateExponentialOscillatorSweep(OSC.SINE);
|
| + generateExponentialOscillatorSweep("sine");
|
| }
|
|
|
| </script>
|
|
|