Enable dictionaries in WebIDL sequences. Fixes #10282.

This commit is contained in:
Josh Matthews 2016-03-30 11:07:37 -04:00
parent 803f39df19
commit 042883eac2
2 changed files with 9 additions and 0 deletions

View file

@ -29,6 +29,7 @@ dictionary TestDictionary {
any anyValue;
object objectValue;
TestDictionaryDefaults dict;
sequence<TestDictionaryDefaults> seqDict;
};
dictionary TestDictionaryDefaults {