diff options
Diffstat (limited to 'Source/WebCore/Modules/webaudio/OfflineAudioContext.idl')
-rw-r--r-- | Source/WebCore/Modules/webaudio/OfflineAudioContext.idl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/WebCore/Modules/webaudio/OfflineAudioContext.idl b/Source/WebCore/Modules/webaudio/OfflineAudioContext.idl index e4ecd5d8d..c6e0d74f0 100644 --- a/Source/WebCore/Modules/webaudio/OfflineAudioContext.idl +++ b/Source/WebCore/Modules/webaudio/OfflineAudioContext.idl @@ -24,12 +24,10 @@ [ Conditional=WEB_AUDIO, - EventTarget, JSGenerateToJSObject, - Constructor(unsigned long numberOfChannels, unsigned long numberOfFrames, float sampleRate), - ConstructorRaisesException, + Constructor(unsigned long numberOfChannels, unsigned long numberOfFrames, unrestricted float sampleRate), + ConstructorMayThrowException, ConstructorCallWith=ScriptExecutionContext, InterfaceName=webkitOfflineAudioContext ] interface OfflineAudioContext : AudioContext { - }; |