Index: Source/wtf/Int8Array.h |
diff --git a/Source/wtf/Int8Array.h b/Source/wtf/Int8Array.h |
index 1b78372e51dab53419c20210b0b7e3c10d661b61..ac50020677db393cad82d8c2ad590b512259de4f 100644 |
--- a/Source/wtf/Int8Array.h |
+++ b/Source/wtf/Int8Array.h |
@@ -42,7 +42,7 @@ public: |
using TypedArrayBase<signed char>::set; |
using IntegralTypedArrayBase<signed char>::set; |
- virtual ViewType type() const override |
+ ViewType type() const override |
{ |
return TypeInt8; |
} |