Fix typo in the non-union code path for typedefs.

This commit is contained in:
Ms2ger 2017-02-08 12:28:51 +01:00
parent 35bc171a05
commit 8a5987c1db
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@
enum TestEnum { "", "foo", "bar" };
typedef (DOMString or URL or Blob) TestTypedef;
typedef (DOMString or URL or Blob)? TestTypedefNullableUnion;
typedef DOMString TestTypedefString;
dictionary TestDictionary {
required boolean requiredValue;