Support dictionaries in unions.

Fixes #11612.
This commit is contained in:
Ms2ger 2017-01-20 15:51:13 +01:00
parent 1f76aa6ef7
commit 6a6f339b29
3 changed files with 39 additions and 12 deletions

View file

@ -242,6 +242,7 @@ interface TestBinding {
void passUnion6((unsigned long or boolean) bool);
void passUnion7((sequence<DOMString> or unsigned long) arg);
void passUnion8((sequence<ByteString> or long) arg);
void passUnion9((TestDictionary or long) arg);
void passUnionWithTypedef((Document or TestTypedef) arg);
void passUnionWithTypedef2((sequence<long> or TestTypedef) arg);
void passAny(any arg);