Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / webaudio / oscillator-custom.html
index 89c75a1..a87e003 100644 (file)
@@ -21,7 +21,7 @@ function init() {
     if (!window.testRunner)
         return;
 
-    generateExponentialOscillatorSweep(OSC.CUSTOM);
+    generateExponentialOscillatorSweep("custom");
 }
 
 </script>