Chromium Code Reviews| Index: Source/wtf/Float64Array.h |
| diff --git a/Source/wtf/Float64Array.h b/Source/wtf/Float64Array.h |
| index 53d0473a18d6a532586dea2a210f97c62fdc2ef3..a56389fd8677ed7fcb6b973a8a2dc6383e3b7912 100644 |
| --- a/Source/wtf/Float64Array.h |
| +++ b/Source/wtf/Float64Array.h |
| @@ -51,7 +51,7 @@ public: |
| TypedArrayBase<double>::data()[index] = static_cast<double>(value); |
| } |
| - virtual ViewType type() const override |
| + ViewType type() const override |
| { |
| return TypeFloat64; |
| } |