diff options
Diffstat (limited to 'WebCore/html/canvas/Uint8Array.idl')
-rw-r--r-- | WebCore/html/canvas/Uint8Array.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/canvas/Uint8Array.idl b/WebCore/html/canvas/Uint8Array.idl index 7031bfc..ea4c0f5 100644 --- a/WebCore/html/canvas/Uint8Array.idl +++ b/WebCore/html/canvas/Uint8Array.idl @@ -33,6 +33,8 @@ module html { CustomConstructor, CustomToJS ] Uint8Array : ArrayBufferView { + const unsigned int BYTES_PER_ELEMENT = 1; + // void set(in Uint8Array array, [Optional] in unsigned long offset); // void set(in sequence<long> array, [Optional] in unsigned long offset); [Custom] void set(); |