diff options
Diffstat (limited to 'components/script/dom/webidls/AudioContext.webidl')
-rw-r--r-- | components/script/dom/webidls/AudioContext.webidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/AudioContext.webidl b/components/script/dom/webidls/AudioContext.webidl index 6acf7ec3e7c..8667d8d8b8f 100644 --- a/components/script/dom/webidls/AudioContext.webidl +++ b/components/script/dom/webidls/AudioContext.webidl @@ -22,9 +22,9 @@ dictionary AudioTimestamp { DOMHighResTimeStamp performanceTime; }; -[Exposed=Window, - Constructor(optional AudioContextOptions contextOptions = {})] +[Exposed=Window] interface AudioContext : BaseAudioContext { + [Throws] constructor(optional AudioContextOptions contextOptions = {}); readonly attribute double baseLatency; readonly attribute double outputLatency; |