Index: sky/engine/wtf/Int32Array.h |
diff --git a/sky/engine/wtf/Int32Array.h b/sky/engine/wtf/Int32Array.h |
index cac1727eb488f6643a820a2869cfea3d7859712e..9145ab5f3713d9d37a36b06c58a02814458215a0 100644 |
--- a/sky/engine/wtf/Int32Array.h |
+++ b/sky/engine/wtf/Int32Array.h |
@@ -31,7 +31,7 @@ |
namespace WTF { |
-class Int32Array FINAL : public IntegralTypedArrayBase<int> { |
+class Int32Array final : public IntegralTypedArrayBase<int> { |
public: |
static inline PassRefPtr<Int32Array> create(unsigned length); |
static inline PassRefPtr<Int32Array> create(const int* array, unsigned length); |