Index: Source/platform/scroll/FramelessScrollView.h |
diff --git a/Source/platform/scroll/FramelessScrollView.h b/Source/platform/scroll/FramelessScrollView.h |
index 2f15cbe9eb3875ec2f51afcb9477f72c994c7bf8..fd40d7b26be7a2b73b1a7bfb51e3e62feb1ff669 100644 |
--- a/Source/platform/scroll/FramelessScrollView.h |
+++ b/Source/platform/scroll/FramelessScrollView.h |
@@ -52,7 +52,7 @@ class PlatformWheelEvent; |
class PLATFORM_EXPORT FramelessScrollView : public ScrollView { |
public: |
FramelessScrollView() : m_client(0) { } |
- ~FramelessScrollView(); |
+ virtual ~FramelessScrollView(); |
FramelessScrollViewClient* client() const { return m_client; } |
void setClient(FramelessScrollViewClient* client) { m_client = client; } |