mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use ToJSValConvertible to convert nullable enums to JSVal.
This commit is contained in:
parent
ccaa46e4a3
commit
a52cffebeb
3 changed files with 5 additions and 5 deletions
|
@ -33,6 +33,7 @@ interface TestBinding {
|
|||
attribute float? floatAttributeNullable;
|
||||
attribute double? doubleAttributeNullable;
|
||||
attribute DOMString? stringAttributeNullable;
|
||||
readonly attribute TestEnum? enumAttributeNullable;
|
||||
attribute Blob? interfaceAttributeNullable;
|
||||
|
||||
void passOptionalBoolean(optional boolean arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue