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