Index: Source/platform/graphics/StaticBitmapImage.h |
diff --git a/Source/platform/graphics/StaticBitmapImage.h b/Source/platform/graphics/StaticBitmapImage.h |
index 59c6dab9076d588f43ff7d6e5439c9a55242868a..a451156c903304b71df2583cdabf3650824d46f0 100644 |
--- a/Source/platform/graphics/StaticBitmapImage.h |
+++ b/Source/platform/graphics/StaticBitmapImage.h |
@@ -11,7 +11,7 @@ namespace blink { |
class PLATFORM_EXPORT StaticBitmapImage : public Image { |
public: |
- virtual ~StaticBitmapImage(); |
+ ~StaticBitmapImage() override; |
bool isImmutableBitmap() override { return true; } |