| Index: content/browser/indexed_db/indexed_db_database.h
|
| diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h
|
| index bcde7190c503bc495e4206f3252a51225424892c..10f64fd2e2454d861fedb096f291514aa943e14e 100644
|
| --- a/content/browser/indexed_db/indexed_db_database.h
|
| +++ b/content/browser/indexed_db/indexed_db_database.h
|
| @@ -125,7 +125,7 @@ class CONTENT_EXPORT IndexedDBDatabase
|
| void Put(int64 transaction_id,
|
| int64 object_store_id,
|
| IndexedDBValue* value,
|
| - ScopedVector<storage::BlobDataHandle>* handles,
|
| + ScopedVector<storage::BlobDataSnapshotHandle>* handles,
|
| scoped_ptr<IndexedDBKey> key,
|
| blink::WebIDBPutMode mode,
|
| scoped_refptr<IndexedDBCallbacks> callbacks,
|
|
|