Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / webaudio / sample-accurate-scheduling.html
index e6810db..e368b77 100644 (file)
@@ -43,7 +43,7 @@ function playNote(time) {
     var bufferSource = context.createBufferSource();
     bufferSource.buffer = impulse;
     bufferSource.connect(context.destination);
-    bufferSource.noteOn(time);
+    bufferSource.start(time);
 }
 
 function checkSampleAccuracy(event) {