Chromium Code Reviews| Index: Source/core/svg/graphics/SVGImage.h |
| diff --git a/Source/core/svg/graphics/SVGImage.h b/Source/core/svg/graphics/SVGImage.h |
| index b0c3e1870727c731dcea2a1334eafc761f40e0ac..2faefbd32e31d68187d90ba8e86ce214c04853bf 100644 |
| --- a/Source/core/svg/graphics/SVGImage.h |
| +++ b/Source/core/svg/graphics/SVGImage.h |
| @@ -80,8 +80,7 @@ private: |
| friend class SVGImageChromeClient; |
| friend class SVGImageForContainer; |
| - virtual ~SVGImage(); |
| - |
| + ~SVGImage() override; |
| String filenameExtension() const override; |