diff options
Diffstat (limited to 'webkit/appcache/appcache_host.h')
-rw-r--r-- | webkit/appcache/appcache_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/appcache/appcache_host.h b/webkit/appcache/appcache_host.h index a06cdd3..0f8ac47 100644 --- a/webkit/appcache/appcache_host.h +++ b/webkit/appcache/appcache_host.h @@ -48,7 +48,7 @@ class AppCacheHost : public AppCacheStorage::Delegate, AppCacheHost(int host_id, AppCacheFrontend* frontend, AppCacheService* service); - ~AppCacheHost(); + virtual ~AppCacheHost(); // Adds/removes an observer, the AppCacheHost does not take // ownership of the observer. |