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