Fix invalid returned value for dictionary types

This commit is contained in:
Guillaume Gomez 2015-12-15 18:05:20 +01:00 committed by ggomez
parent 81282ba82a
commit 14a22953dd
2 changed files with 3 additions and 2 deletions

View file

@ -28,6 +28,7 @@ dictionary TestDictionary {
Blob interfaceValue;
any anyValue;
object objectValue;
TestDictionaryDefaults dict;
};
dictionary TestDictionaryDefaults {