diff options
Diffstat (limited to 'components/script/dom/webidls/TestBinding.webidl')
-rw-r--r-- | components/script/dom/webidls/TestBinding.webidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webidls/TestBinding.webidl b/components/script/dom/webidls/TestBinding.webidl index 48a0fd1071d..c013e4312fa 100644 --- a/components/script/dom/webidls/TestBinding.webidl +++ b/components/script/dom/webidls/TestBinding.webidl @@ -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; |