Index: sky/engine/wtf/Int8Array.h |
diff --git a/sky/engine/wtf/Int8Array.h b/sky/engine/wtf/Int8Array.h |
index 1618d27e57e5628fbc7ac4d16e8dd81f438006a4..ad2e6b6e4d92363814a4257f35fd8e32c742fee8 100644 |
--- a/sky/engine/wtf/Int8Array.h |
+++ b/sky/engine/wtf/Int8Array.h |
@@ -33,7 +33,7 @@ namespace WTF { |
class ArrayBuffer; |
-class Int8Array FINAL : public IntegralTypedArrayBase<signed char> { |
+class Int8Array final : public IntegralTypedArrayBase<signed char> { |
public: |
static inline PassRefPtr<Int8Array> create(unsigned length); |
static inline PassRefPtr<Int8Array> create(const signed char* array, unsigned length); |