aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/AudioBufferSourceNode.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/AudioBufferSourceNode.webidl')
-rw-r--r--components/script/dom/webidls/AudioBufferSourceNode.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/AudioBufferSourceNode.webidl b/components/script/dom/webidls/AudioBufferSourceNode.webidl
index 929cdc05c1a..da1222a6935 100644
--- a/components/script/dom/webidls/AudioBufferSourceNode.webidl
+++ b/components/script/dom/webidls/AudioBufferSourceNode.webidl
@@ -16,7 +16,7 @@ dictionary AudioBufferSourceOptions {
};
[Exposed=Window,
- Constructor (BaseAudioContext context, optional AudioBufferSourceOptions options)]
+ Constructor (BaseAudioContext context, optional AudioBufferSourceOptions options = {})]
interface AudioBufferSourceNode : AudioScheduledSourceNode {
[Throws] attribute AudioBuffer? buffer;
readonly attribute AudioParam playbackRate;