Remove pointless assertion in the typedef code.

This commit is contained in:
Ms2ger 2017-02-08 12:37:17 +01:00
parent 507b4bf05e
commit 7d5320f419
2 changed files with 1 additions and 1 deletions

View file

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