mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Require default dictionary value for optional dicts
This commit is contained in:
@@ -11,7 +11,7 @@ dictionary GainOptions : AudioNodeOptions {
|
||||
};
|
||||
|
||||
[Exposed=Window,
|
||||
Constructor (BaseAudioContext context, optional GainOptions options)]
|
||||
Constructor (BaseAudioContext context, optional GainOptions options = {})]
|
||||
interface GainNode : AudioNode {
|
||||
readonly attribute AudioParam gain;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user