| Index: Source/modules/webaudio/AnalyserNode.idl
|
| diff --git a/Source/modules/webaudio/AnalyserNode.idl b/Source/modules/webaudio/AnalyserNode.idl
|
| index 4de5f299edc024288576909ab357dffe1ef615ec..15dfe26af0b24bc9f4931497ec51704c5bf5f61b 100644
|
| --- a/Source/modules/webaudio/AnalyserNode.idl
|
| +++ b/Source/modules/webaudio/AnalyserNode.idl
|
| @@ -23,7 +23,8 @@
|
| */
|
|
|
| [
|
| - Conditional=WEB_AUDIO
|
| + Conditional=WEB_AUDIO,
|
| + TypeChecking=Unrestricted,
|
| ] interface AnalyserNode : AudioNode {
|
| [RaisesException=Setter] attribute unsigned long fftSize;
|
| readonly attribute unsigned long frequencyBinCount;
|
|
|