Index: content/browser/indexed_db/indexed_db_database.cc |
diff --git a/content/browser/indexed_db/indexed_db_database.cc b/content/browser/indexed_db/indexed_db_database.cc |
index 6bdb9ac961ab1137e591fd692085030ab2c31eae..40df481a0b24d160ab2d25acb33bb554974999c4 100644 |
--- a/content/browser/indexed_db/indexed_db_database.cc |
+++ b/content/browser/indexed_db/indexed_db_database.cc |
@@ -848,7 +848,7 @@ void IndexedDBDatabase::PutOperation(scoped_ptr<PutOperationParams> params, |
id(), |
params->object_store_id, |
*key, |
- params->value, |
+ ¶ms->value, |
¶ms->handles, |
&record_identifier); |
if (!s.ok()) { |