Index: third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html |
index 72ab789dadfc1b1bdfde7900196943af2cd66198..506eeb0d9a5697915a40751fb55b11b0b65344f6 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html |
@@ -26,7 +26,7 @@ |
should(true, "osc.onended was called") |
.beTrue(); |
task.done(); |
- } |
+ }; |
osc.start(0); |
osc.stop(0.1); |
context.startRendering(); |