Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index bc3e3e9d43e5811dc6da3d41b4999e668643b590..621259d5ea86521b4e7d1fe23171c2c43c548845 100644 |
--- a/Source/core/page/ChromeClient.h |
+++ b/Source/core/page/ChromeClient.h |
@@ -248,7 +248,7 @@ public: |
virtual void unregisterPopupOpeningObserver(PopupOpeningObserver*) = 0; |
protected: |
- virtual ~ChromeClient() { } |
+ ~ChromeClient() override { } |
virtual void showMouseOverURL(const HitTestResult&) = 0; |
virtual void setWindowRect(const IntRect&) = 0; |