Index: third_party/WebKit/Source/modules/webaudio/StereoPannerNode.idl |
diff --git a/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.idl b/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.idl |
index d0a777639642f56e400dfd9358d4edaf388b8ba0..2c2218eb63d3581e2ae04a2c7545699e5d210284 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.idl |
+++ b/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.idl |
@@ -2,9 +2,12 @@ |
// 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-stereopannernode-interface |
[ |
- NoInterfaceObject, |
-] interface StereoPannerNode : AudioNode { |
+ Constructor(BaseAudioContext context, optional StereoPannerOptions options), |
+ RaisesException=Constructor, |
+] |
+interface StereoPannerNode : AudioNode { |
readonly attribute AudioParam pan; |