Chromium Code Reviews| Index: Source/wtf/Int32Array.h |
| diff --git a/Source/wtf/Int32Array.h b/Source/wtf/Int32Array.h |
| index 022ae5b46fb309912170cb8cb762e64e028a6161..151400bec4a33ed778f1eef9a1fefa2f320c4a7f 100644 |
| --- a/Source/wtf/Int32Array.h |
| +++ b/Source/wtf/Int32Array.h |
| @@ -40,7 +40,7 @@ public: |
| using TypedArrayBase<int>::set; |
| using IntegralTypedArrayBase<int>::set; |
| - virtual ViewType type() const override |
| + ViewType type() const override |
| { |
| return TypeInt32; |
| } |