mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Fixed codegen error regarding Uint8ClampedArray
This commit is contained in:
parent
fb5c1bef6f
commit
3036c8d21d
3 changed files with 5 additions and 4 deletions
|
@ -71,6 +71,7 @@ interface TestBinding {
|
|||
attribute Blob interfaceAttribute;
|
||||
attribute (HTMLElement or long) unionAttribute;
|
||||
attribute (Event or DOMString) union2Attribute;
|
||||
readonly attribute Uint8ClampedArray arrayAttribute;
|
||||
attribute any anyAttribute;
|
||||
|
||||
attribute boolean? booleanAttributeNullable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue