summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/canvas/Int8Array.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/canvas/Int8Array.idl')
-rw-r--r--Source/WebCore/html/canvas/Int8Array.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/html/canvas/Int8Array.idl b/Source/WebCore/html/canvas/Int8Array.idl
index 08a608b..ab000f2 100644
--- a/Source/WebCore/html/canvas/Int8Array.idl
+++ b/Source/WebCore/html/canvas/Int8Array.idl
@@ -26,7 +26,6 @@
module html {
interface [
- Conditional=3D_CANVAS|BLOB,
CanBeConstructed,
CustomConstructFunction,
V8CustomConstructor,
@@ -40,7 +39,7 @@ module html {
const unsigned int BYTES_PER_ELEMENT = 1;
readonly attribute unsigned long length;
- Int8Array slice(in long start, in [Optional] long end);
+ Int8Array subarray(in long start, in [Optional] long end);
// void set(in Int8Array array, [Optional] in unsigned long offset);
// void set(in sequence<long> array, [Optional] in unsigned long offset);