Index: Source/wtf/Uint32Array.h |
diff --git a/Source/wtf/Uint32Array.h b/Source/wtf/Uint32Array.h |
index 90b5d35b28e535f5cc987f52797f1f04f9fb32ca..6677fa492c7f6f7399f4af098bc536a443934af7 100644 |
--- a/Source/wtf/Uint32Array.h |
+++ b/Source/wtf/Uint32Array.h |
@@ -42,7 +42,7 @@ public: |
using TypedArrayBase<unsigned>::set; |
using IntegralTypedArrayBase<unsigned>::set; |
- virtual ViewType type() const override |
+ ViewType type() const override |
{ |
return TypeUint32; |
} |