| Index: webkit/appcache/appcache_host.h
|
| diff --git a/webkit/appcache/appcache_host.h b/webkit/appcache/appcache_host.h
|
| index a06cdd3540fc6836dc0854871f31757873ed4e4b..0f8ac47bf443df2060b04c3e2cb6b53c9a34ac8e 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.
|
|
|