Chromium Code Reviews| Index: Source/wtf/Int16Array.h |
| diff --git a/Source/wtf/Int16Array.h b/Source/wtf/Int16Array.h |
| index ba162fc97042dfb6db70119cbe4ad183eaa1f28d..9409ec3de39491c4fbf91d66a51b375194143740 100644 |
| --- a/Source/wtf/Int16Array.h |
| +++ b/Source/wtf/Int16Array.h |
| @@ -41,7 +41,7 @@ public: |
| using TypedArrayBase<short>::set; |
| using IntegralTypedArrayBase<short>::set; |
| - virtual ViewType type() const override |
| + ViewType type() const override |
| { |
| return TypeInt16; |
| } |