summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/Int32Array.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/Int32Array.idl')
-rw-r--r--WebCore/html/canvas/Int32Array.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/canvas/Int32Array.idl b/WebCore/html/canvas/Int32Array.idl
index 80a885e..9c9a50f 100644
--- a/WebCore/html/canvas/Int32Array.idl
+++ b/WebCore/html/canvas/Int32Array.idl
@@ -33,6 +33,8 @@ module html {
CustomConstructor,
CustomToJS
] Int32Array : ArrayBufferView {
+ const unsigned int BYTES_PER_ELEMENT = 4;
+
// void set(in Int32Array array, [Optional] in unsigned long offset);
// void set(in sequence<long> array, [Optional] in unsigned long offset);
[Custom] void set();