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