| Index: LayoutTests/webaudio/oscillator-custom.html
|
| diff --git a/LayoutTests/webaudio/oscillator-custom.html b/LayoutTests/webaudio/oscillator-custom.html
|
| index 89c75a1728ef6b174b114fbfed2e6e9114062de9..a87e003002efb3fba25140cd14cd9b6c1a9778b5 100644
|
| --- a/LayoutTests/webaudio/oscillator-custom.html
|
| +++ b/LayoutTests/webaudio/oscillator-custom.html
|
| @@ -21,7 +21,7 @@ function init() {
|
| if (!window.testRunner)
|
| return;
|
|
|
| - generateExponentialOscillatorSweep(OSC.CUSTOM);
|
| + generateExponentialOscillatorSweep("custom");
|
| }
|
|
|
| </script>
|
|
|