| Index: content/browser/dom_storage/local_storage_context_mojo.cc
|
| diff --git a/content/browser/dom_storage/local_storage_context_mojo.cc b/content/browser/dom_storage/local_storage_context_mojo.cc
|
| index 0469ec7e4db2a14d5507b54d4b6328dd2b7a769b..6cc0c76f6b6e2d9ff749ead7c50cbf3e5b2092b0 100644
|
| --- a/content/browser/dom_storage/local_storage_context_mojo.cc
|
| +++ b/content/browser/dom_storage/local_storage_context_mojo.cc
|
| @@ -290,7 +290,7 @@ LocalStorageContextMojo::DatabaseRequestForTesting() {
|
| DCHECK_EQ(connection_state_, NO_CONNECTION);
|
| connection_state_ = CONNECTION_IN_PROGRESS;
|
| leveldb::mojom::LevelDBDatabaseAssociatedRequest request =
|
| - MakeRequestForTesting(&database_);
|
| + MakeIsolatedRequest(&database_);
|
| OnDatabaseOpened(true, leveldb::mojom::DatabaseError::OK);
|
| return request;
|
| }
|
|
|