mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Enable dictionaries in WebIDL sequences. Fixes #10282.
This commit is contained in:
parent
803f39df19
commit
042883eac2
2 changed files with 9 additions and 0 deletions
|
@ -29,6 +29,7 @@ dictionary TestDictionary {
|
|||
any anyValue;
|
||||
object objectValue;
|
||||
TestDictionaryDefaults dict;
|
||||
sequence<TestDictionaryDefaults> seqDict;
|
||||
};
|
||||
|
||||
dictionary TestDictionaryDefaults {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue