summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/canvas/Int16Array.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/canvas/Int16Array.h')
-rw-r--r--Source/WebCore/html/canvas/Int16Array.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/html/canvas/Int16Array.h b/Source/WebCore/html/canvas/Int16Array.h
index a6286c6..6c4f54b 100644
--- a/Source/WebCore/html/canvas/Int16Array.h
+++ b/Source/WebCore/html/canvas/Int16Array.h
@@ -41,8 +41,8 @@ public:
using TypedArrayBase<short>::set;
using IntegralTypedArrayBase<short>::set;
- PassRefPtr<Int16Array> slice(int start) const;
- PassRefPtr<Int16Array> slice(int start, int end) const;
+ PassRefPtr<Int16Array> subarray(int start) const;
+ PassRefPtr<Int16Array> subarray(int start, int end) const;
private:
Int16Array(PassRefPtr<ArrayBuffer> buffer,