Index: Source/wtf/Float64Array.h |
diff --git a/Source/wtf/Float64Array.h b/Source/wtf/Float64Array.h |
index 216150e38cf06b91675a0db3dfe626bcbbb94417..c3dae189cfcb6bfee45b6297dc60a99dd4efce56 100644 |
--- a/Source/wtf/Float64Array.h |
+++ b/Source/wtf/Float64Array.h |
@@ -54,7 +54,7 @@ public: |
inline PassRefPtr<Float64Array> subarray(int start) const; |
inline PassRefPtr<Float64Array> subarray(int start, int end) const; |
- virtual ViewType getType() const OVERRIDE |
+ virtual ViewType type() const OVERRIDE |
{ |
return TypeFloat64; |
} |