mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fixed compile error in generated code, when webidl constructors have same number of args
Edited test webidl to show issue, and fix
This commit is contained in:
parent
875f1e92cc
commit
3e78b54d46
4 changed files with 25 additions and 5 deletions
|
@ -69,7 +69,9 @@ dictionary TestDictionaryDefaults {
|
|||
object? nullableObjectValue = null;
|
||||
};
|
||||
|
||||
[Constructor]
|
||||
[Constructor,
|
||||
Constructor(sequence<unrestricted double> numberSequence),
|
||||
Constructor(unrestricted double num)]
|
||||
interface TestBinding {
|
||||
attribute boolean booleanAttribute;
|
||||
attribute byte byteAttribute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue