Chromium Code Reviews| Index: Source/core/html/canvas/Path2D.h |
| diff --git a/Source/core/html/canvas/Path2D.h b/Source/core/html/canvas/Path2D.h |
| index 9304446fdc8bdd1b7ab7c2d9ed8cc4b0f9258479..486852640d3f59d5fe33a343922715224973c27c 100644 |
| --- a/Source/core/html/canvas/Path2D.h |
| +++ b/Source/core/html/canvas/Path2D.h |
| @@ -63,7 +63,7 @@ public: |
| m_path.addPath(src, transform ? transform->value() : AffineTransform(1, 0, 0, 1, 0, 0)); |
| } |
| - virtual ~Path2D() { } |
| + ~Path2D() override { } |
| DEFINE_INLINE_TRACE() { } |
| private: |