Index: Source/core/rendering/ImageQualityController.h |
diff --git a/Source/core/rendering/ImageQualityController.h b/Source/core/rendering/ImageQualityController.h |
index 3e6a4c7bbf3b596f771cef7f552d48fdddf547e6..d0dae0772e29e134d71809f285eff31cae64491f 100644 |
--- a/Source/core/rendering/ImageQualityController.h |
+++ b/Source/core/rendering/ImageQualityController.h |
@@ -47,7 +47,7 @@ typedef HashMap<RenderObject*, LayerSizeMap> ObjectLayerSizeMap; |
class ImageQualityController { |
WTF_MAKE_NONCOPYABLE(ImageQualityController); WTF_MAKE_FAST_ALLOCATED; |
public: |
- virtual ~ImageQualityController(); |
+ ~ImageQualityController(); |
static ImageQualityController* imageQualityController(); |