Index: sky/engine/wtf/Float32Array.h |
diff --git a/sky/engine/wtf/Float32Array.h b/sky/engine/wtf/Float32Array.h |
index 8a9cf066cbba543868e2409115a6680044bcbed5..74ce044ae0413cdfd70eab2a7bdcf8fb80677649 100644 |
--- a/sky/engine/wtf/Float32Array.h |
+++ b/sky/engine/wtf/Float32Array.h |
@@ -32,7 +32,7 @@ |
namespace WTF { |
-class Float32Array FINAL : public TypedArrayBase<float> { |
+class Float32Array final : public TypedArrayBase<float> { |
public: |
static inline PassRefPtr<Float32Array> create(unsigned length); |
static inline PassRefPtr<Float32Array> create(const float* array, unsigned length); |