Index: third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-ended.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-ended.html b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-ended.html |
index 78519e6a7937909e1dc999444642776f97b50785..456ccf6f7db770693c81c3e7e3d20d2b043eb020 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-ended.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-ended.html |
@@ -24,7 +24,7 @@ |
source.onended = function () { |
should(true, "source.onended called").beTrue(); |
task.done(); |
- } |
+ }; |
Raymond Toy
2017/05/19 13:53:38
clang-format complains about the missing semicolon
hongchan
2017/05/19 16:15:29
According to chromium/google JS style, it is not a
|
source.start(0); |
context.startRendering(); |
}); |