Index: Source/modules/serviceworkers/ServiceWorkerClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerClient.h b/Source/modules/serviceworkers/ServiceWorkerClient.h |
index fedbec56fdefbd5609b3766c8e53dd9870f46030..bd0461fac97bd2e39ecb77411466f607f8a52484 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerClient.h |
@@ -22,7 +22,7 @@ class ServiceWorkerClient : public GarbageCollectedFinalized<ServiceWorkerClient |
public: |
static ServiceWorkerClient* create(const WebServiceWorkerClientInfo&); |
- ~ServiceWorkerClient(); |
+ virtual ~ServiceWorkerClient(); |
// Client.idl |
String url() const { return m_url; } |