From 969d61a17f299fbd60b1fd29dc31739368a84ed2 Mon Sep 17 00:00:00 2001 From: Maria Sable Date: Sat, 27 Apr 2019 12:01:18 -0400 Subject: Implemented type attribute for OscillatorNode interface --- components/script/dom/webidls/OscillatorNode.webidl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/script/dom/webidls') 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; -- cgit v1.2.3