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