summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/canvas/TypedArrayBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/canvas/TypedArrayBase.h')
-rw-r--r--Source/WebCore/html/canvas/TypedArrayBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/canvas/TypedArrayBase.h b/Source/WebCore/html/canvas/TypedArrayBase.h
index a828620..e2a7c63 100644
--- a/Source/WebCore/html/canvas/TypedArrayBase.h
+++ b/Source/WebCore/html/canvas/TypedArrayBase.h
@@ -104,7 +104,7 @@ protected:
}
template <class Subclass>
- PassRefPtr<Subclass> sliceImpl(int start, int end) const
+ PassRefPtr<Subclass> subarrayImpl(int start, int end) const
{
unsigned offset, length;
calculateOffsetAndLength(start, end, m_length, &offset, &length);