| Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| index fbe8bfcace17768c40bcc184f806cf0a4fa3a68e..49a93fba6984ba79368d8709c748df29f524f399 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| +++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| @@ -59,7 +59,7 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter {
|
| int32 Add(WebKit::WebIDBTransaction* idb_transaction);
|
|
|
| private:
|
| - ~IndexedDBDispatcherHost();
|
| + virtual ~IndexedDBDispatcherHost();
|
|
|
| // Message processing. Most of the work is delegated to the dispatcher hosts
|
| // below.
|
|
|