| Index: sky/engine/wtf/Int16Array.h
|
| diff --git a/sky/engine/wtf/Int16Array.h b/sky/engine/wtf/Int16Array.h
|
| index 0298be919325bce4d111bbb3236149e367b3c870..03fc3d511662334ce858d8d1425f1d81eb74b535 100644
|
| --- a/sky/engine/wtf/Int16Array.h
|
| +++ b/sky/engine/wtf/Int16Array.h
|
| @@ -32,7 +32,7 @@ namespace WTF {
|
|
|
| class ArrayBuffer;
|
|
|
| -class Int16Array FINAL : public IntegralTypedArrayBase<short> {
|
| +class Int16Array final : public IntegralTypedArrayBase<short> {
|
| public:
|
| static inline PassRefPtr<Int16Array> create(unsigned length);
|
| static inline PassRefPtr<Int16Array> create(const short* array, unsigned length);
|
|
|