| Index: webkit/support/simple_database_system.h
|
| diff --git a/webkit/support/simple_database_system.h b/webkit/support/simple_database_system.h
|
| index 5bedd74c3390d81c85d50749e8da322505011993..4364334cf6fb9d9d02f845f6b302129da65b08c6 100644
|
| --- a/webkit/support/simple_database_system.h
|
| +++ b/webkit/support/simple_database_system.h
|
| @@ -29,7 +29,7 @@ class SimpleDatabaseSystem : public webkit_database::DatabaseTracker::Observer,
|
| static SimpleDatabaseSystem* GetInstance();
|
|
|
| SimpleDatabaseSystem();
|
| - ~SimpleDatabaseSystem();
|
| + virtual ~SimpleDatabaseSystem();
|
|
|
| // WebDatabaseObserver implementation, these are called on the script
|
| // execution context thread on which the database is opened. This may be
|
|
|