| Index: third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl
|
| index 0440252f55afb9a5d95652d699d10d05b449428f..ce401f5a45277fb7d5975c13f83b9a194a21996a 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl
|
| @@ -31,6 +31,9 @@ enum OscillatorType {
|
| };
|
|
|
| // OscillatorNode is an audio generator of periodic waveforms.
|
| +[
|
| + ActiveScriptWrappable,
|
| +]
|
| interface OscillatorNode : AudioSourceNode {
|
|
|
| [RaisesException=Setter] attribute OscillatorType type;
|
|
|