Index: Source/wtf/Int8Array.h |
diff --git a/Source/wtf/Int8Array.h b/Source/wtf/Int8Array.h |
index f8a77e70d238bbc5ec76374c4fb8149c18e2722e..3c18fcbab1c4d7b594b7d55f4d94b423ed29abf4 100644 |
--- a/Source/wtf/Int8Array.h |
+++ b/Source/wtf/Int8Array.h |
@@ -49,7 +49,7 @@ public: |
inline PassRefPtr<Int8Array> subarray(int start) const; |
inline PassRefPtr<Int8Array> subarray(int start, int end) const; |
- virtual ViewType getType() const OVERRIDE |
+ virtual ViewType type() const OVERRIDE |
{ |
return TypeInt8; |
} |