Chromium Code Reviews| Index: Source/wtf/Float32Array.h |
| diff --git a/Source/wtf/Float32Array.h b/Source/wtf/Float32Array.h |
| index 5b01b5e05b23ee6a93ff74fdb6bcec8166bc05bc..710cf26368b839df7c9806ca314bbbc36037e24b 100644 |
| --- a/Source/wtf/Float32Array.h |
| +++ b/Source/wtf/Float32Array.h |
| @@ -49,7 +49,7 @@ public: |
| TypedArrayBase<float>::data()[index] = static_cast<float>(value); |
| } |
| - virtual ViewType type() const override |
| + ViewType type() const override |
| { |
| return TypeFloat32; |
| } |