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..b894c75caf67cec97fbda3ceba78e913bee2b155 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/IIRFilterNode.idl |
+++ b/third_party/WebKit/Source/modules/webaudio/IIRFilterNode.idl |
@@ -2,6 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// See https://webaudio.github.io/web-audio-api/#the-iirfilternode-interface |
+[ |
+ Constructor(BaseAudioContext context, IIRFilterOptions options), |
+ RaisesException=Constructor, |
+] |
interface IIRFilterNode : AudioNode { |
[RaisesException] void getFrequencyResponse(Float32Array frequencyHz, |
Float32Array magResponse, |