Index: third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html |
index b001ef4297225e47b65cdfeb53358caf13e6bf24..ff0eb2860a0da56d02b7e95fa613288b24fdee44 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html |
@@ -157,7 +157,7 @@ |
// frequency. |
var parameters = { |
freq: [centerFreq - 5*440, centerFreq + 5*440] |
- } |
+ }; |
var graph = configureGraph(context, centerFreq); |
var f = graph.filter; |
var b = graph.source; |
@@ -220,7 +220,7 @@ |
var parameters = { |
freq: [3500, 3500], |
gain: [20, -20] |
- } |
+ }; |
var graph = configureGraph(context, centerFreq); |
var f = graph.filter; |
var b = graph.source; |