Chromium Code Reviews| Index: Source/modules/webaudio/AnalyserNode.idl |
| diff --git a/Source/modules/webaudio/AnalyserNode.idl b/Source/modules/webaudio/AnalyserNode.idl |
| index 27117e196d5a3b2452b3cdd6b49f48c0c8bd273f..450b8db453b863c5b2dddc66753f06cb55619f14 100644 |
| --- a/Source/modules/webaudio/AnalyserNode.idl |
| +++ b/Source/modules/webaudio/AnalyserNode.idl |
| @@ -23,6 +23,7 @@ |
| */ |
| [ |
| + NoInterfaceObject, |
| Conditional=WEB_AUDIO |
| ] interface AnalyserNode : AudioNode { |
| [SetterRaisesException] attribute unsigned long fftSize; |