diff options
Diffstat (limited to 'components/script/dom/webidls')
-rw-r--r-- | components/script/dom/webidls/OscillatorNode.webidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/OscillatorNode.webidl b/components/script/dom/webidls/OscillatorNode.webidl index 263b8c29bae..510b87880a7 100644 --- a/components/script/dom/webidls/OscillatorNode.webidl +++ b/components/script/dom/webidls/OscillatorNode.webidl @@ -24,8 +24,8 @@ dictionary OscillatorOptions : AudioNodeOptions { [Exposed=Window, Constructor (BaseAudioContext context, optional OscillatorOptions options)] interface OscillatorNode : AudioScheduledSourceNode { -// [SetterThrows] -// attribute OscillatorType type; + [SetterThrows] + attribute OscillatorType type; readonly attribute AudioParam frequency; readonly attribute AudioParam detune; |