Index: third_party/WebKit/Source/modules/webaudio/IIRFilterNode.idl |
diff --git a/third_party/WebKit/Source/modules/webaudio/IIRFilterNode.idl b/third_party/WebKit/Source/modules/webaudio/IIRFilterNode.idl |
index 313e5162fc0f625de09d71e468c35dc21bbecdda..bd4bb6681cf4a10b0e03484ee9610310dd7c52ff 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/IIRFilterNode.idl |
+++ b/third_party/WebKit/Source/modules/webaudio/IIRFilterNode.idl |
@@ -2,6 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+[ |
+ Constructor(AudioContext context, IIRFilterOptions options), |
+ RaisesException=Constructor, |
+] |
interface IIRFilterNode : AudioNode { |
[RaisesException] void getFrequencyResponse(Float32Array frequencyHz, |
Float32Array magResponse, |