Chromium Code Reviews| Index: Source/wtf/Uint16Array.h |
| diff --git a/Source/wtf/Uint16Array.h b/Source/wtf/Uint16Array.h |
| index 5b03ff07c1e851b03a67f0729cf492a0ace7ab4a..56bb03a5520dd4fb0310724ec21002a9354c9dfb 100644 |
| --- a/Source/wtf/Uint16Array.h |
| +++ b/Source/wtf/Uint16Array.h |
| @@ -42,7 +42,7 @@ public: |
| using TypedArrayBase<unsigned short>::set; |
| using IntegralTypedArrayBase<unsigned short>::set; |
| - virtual ViewType type() const override |
| + ViewType type() const override |
| { |
| return TypeUint16; |
| } |