Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / webaudio / stereo2mono-down-mixing.html
index f894296..575814e 100644 (file)
@@ -59,7 +59,7 @@ function runTest() {
 
     bufferSource.connect(context.destination);
 
-    bufferSource.noteOn(0);
+    bufferSource.start(0);
 
     context.oncomplete = testFinished;
     context.startRendering();