| Index: webkit/dom_storage/dom_storage_database.h
|
| diff --git a/webkit/dom_storage/dom_storage_database.h b/webkit/dom_storage/dom_storage_database.h
|
| index e651a555bfd31ac7dc32e974ad7772153ec24d97..cfa4ae1e697556705e5eddbed8ee540f5cece74f 100644
|
| --- a/webkit/dom_storage/dom_storage_database.h
|
| +++ b/webkit/dom_storage/dom_storage_database.h
|
| @@ -106,6 +106,7 @@ class DomStorageDatabase {
|
| scoped_ptr<sql::Connection> db_;
|
| bool failed_to_open_;
|
| bool tried_to_recreate_;
|
| + bool known_to_be_empty_;
|
| };
|
|
|
| } // namespace dom_storage
|
|
|