Index: Source/wtf/Int16Array.h |
diff --git a/Source/wtf/Int16Array.h b/Source/wtf/Int16Array.h |
index f0b1dfccf1ae841ce659596cfd0c279c873baf2e..a9a9a360daeb592b239fa5a60b0f2475820195bf 100644 |
--- a/Source/wtf/Int16Array.h |
+++ b/Source/wtf/Int16Array.h |
@@ -48,7 +48,7 @@ public: |
inline PassRefPtr<Int16Array> subarray(int start) const; |
inline PassRefPtr<Int16Array> subarray(int start, int end) const; |
- virtual ViewType getType() const OVERRIDE |
+ virtual ViewType type() const OVERRIDE |
{ |
return TypeInt16; |
} |