| Index: modules/webaudio/OscillatorNode.idl
|
| diff --git a/modules/webaudio/OscillatorNode.idl b/modules/webaudio/OscillatorNode.idl
|
| index 0b5962a39bd7a81c748766e27b65d80560a44625..7cbe29dbd3070fc80d1ff7c3eb03cfbaf1a5569f 100644
|
| --- a/modules/webaudio/OscillatorNode.idl
|
| +++ b/modules/webaudio/OscillatorNode.idl
|
| @@ -34,7 +34,7 @@
|
| const unsigned short TRIANGLE = 3;
|
| const unsigned short CUSTOM = 4;
|
|
|
| - [CustomSetter] attribute DOMString type;
|
| + [Custom=Setter] attribute DOMString type;
|
|
|
| // Playback state constants.
|
| const unsigned short UNSCHEDULED_STATE = 0;
|
|
|