Index: modules/webaudio/AudioContext.idl |
diff --git a/modules/webaudio/AudioContext.idl b/modules/webaudio/AudioContext.idl |
index f14e8b6e551d3a211aae303711686287df4a5cb2..52da1a57277e01cbbe751264a17cab4800aaeddf 100644 |
--- a/modules/webaudio/AudioContext.idl |
+++ b/modules/webaudio/AudioContext.idl |
@@ -24,13 +24,13 @@ |
*/ |
[ |
- NoInterfaceObject, |
- Conditional=WEB_AUDIO, |
ActiveDOMObject, |
+ Conditional=WEB_AUDIO, |
Constructor, |
Constructor(unsigned long numberOfChannels, unsigned long numberOfFrames, float sampleRate), |
ConstructorCallWith=Document, |
- ConstructorRaisesException |
+ NoInterfaceObject, |
+ RaisesException=Constructor, |
] interface AudioContext : EventTarget { |
// All rendered audio ultimately connects to destination, which represents the audio hardware. |
readonly attribute AudioDestinationNode destination; |