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.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/html/canvas/Int32Array.idl b/WebCore/html/canvas/Int32Array.idl
index bd1554d..f96b53c 100644
--- a/WebCore/html/canvas/Int32Array.idl
+++ b/WebCore/html/canvas/Int32Array.idl
@@ -39,6 +39,9 @@ module html {
] Int32Array : ArrayBufferView {
const unsigned int BYTES_PER_ELEMENT = 4;
+ readonly attribute unsigned long length;
+ Int32Array slice(in long start, in [Optional] long end);
+
// void set(in Int32Array array, [Optional] in unsigned long offset);
// void set(in sequence<long> array, [Optional] in unsigned long offset);
[Custom] void set();