mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix invalid returned value for dictionary types
This commit is contained in:
parent
81282ba82a
commit
14a22953dd
2 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,7 @@ dictionary TestDictionary {
|
|||
Blob interfaceValue;
|
||||
any anyValue;
|
||||
object objectValue;
|
||||
TestDictionaryDefaults dict;
|
||||
};
|
||||
|
||||
dictionary TestDictionaryDefaults {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue