Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index 997c64491804c3ecf5ee454245b998fac5bbe2de..30390f15b3f1d229184ded6e00d1aaf0711869e9 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -506,7 +506,7 @@ public: |
virtual void initializeChildFrame(const WebRect& frameRect, float scaleFactor) { } |
protected: |
- ~WebFrameClient() { } |
+ virtual ~WebFrameClient() { } |
}; |
} // namespace blink |