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