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..6a7d67cec1b5ac8e9804155d4181520fd65cde7e 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(BaseAudioContext context, IIRFilterOptions options), |
+ RaisesException=Constructor, |
+] |
interface IIRFilterNode : AudioNode { |
[RaisesException] void getFrequencyResponse(Float32Array frequencyHz, |
Float32Array magResponse, |