Fixed codegen error regarding Uint8ClampedArray

This commit is contained in:
Edit Balint 2014-12-16 11:03:01 +01:00
parent fb5c1bef6f
commit 3036c8d21d
3 changed files with 5 additions and 4 deletions

View file

@ -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;