summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/Int32Array.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/Int32Array.h')
-rw-r--r--WebCore/html/canvas/Int32Array.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/canvas/Int32Array.h b/WebCore/html/canvas/Int32Array.h
index 72fb579..bd05450 100644
--- a/WebCore/html/canvas/Int32Array.h
+++ b/WebCore/html/canvas/Int32Array.h
@@ -37,8 +37,10 @@ class Int32Array : public IntegralTypedArrayBase<int> {
static PassRefPtr<Int32Array> create(int* array, unsigned length);
static PassRefPtr<Int32Array> create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length);
+#if !COMPILER(RVCT)
using TypedArrayBase<int>::set;
using IntegralTypedArrayBase<int>::set;
+#endif
private:
Int32Array(PassRefPtr<ArrayBuffer> buffer,