| Index: content/browser/indexed_db/indexed_db_index_writer.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_index_writer.cc b/content/browser/indexed_db/indexed_db_index_writer.cc
|
| index 41ae752d7b50cbccf54b38cfe3adc67880f29ea4..0f5a25419ab7ed8686fbff9b289e9b9d97553871 100644
|
| --- a/content/browser/indexed_db/indexed_db_index_writer.cc
|
| +++ b/content/browser/indexed_db/indexed_db_index_writer.cc
|
| @@ -119,7 +119,7 @@ bool IndexWriter::AddingKeyAllowed(
|
| }
|
|
|
| bool MakeIndexWriters(
|
| - scoped_refptr<IndexedDBTransaction> transaction,
|
| + IndexedDBTransaction* transaction,
|
| IndexedDBBackingStore* backing_store,
|
| int64 database_id,
|
| const IndexedDBObjectStoreMetadata& object_store,
|
|
|