mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix typo in the non-union code path for typedefs.
This commit is contained in:
parent
35bc171a05
commit
8a5987c1db
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue