Index: content/browser/indexed_db/indexed_db_backing_store.cc |
diff --git a/content/browser/indexed_db/indexed_db_backing_store.cc b/content/browser/indexed_db/indexed_db_backing_store.cc |
index 79ab192c68e915b0e3cd63691d70e7b2980f1637..819aba50e304148908e8c20d485a7d0b69ea1286 100644 |
--- a/content/browser/indexed_db/indexed_db_backing_store.cc |
+++ b/content/browser/indexed_db/indexed_db_backing_store.cc |
@@ -958,7 +958,7 @@ bool IndexedDBBackingStore::RecordCorruptionInfo( |
base::DictionaryValue root_dict; |
root_dict.SetString("message", message); |
std::string output_js; |
- base::JSONWriter::Write(&root_dict, &output_js); |
+ base::JSONWriter::Write(root_dict, &output_js); |
base::File file(info_path, |
base::File::FLAG_CREATE_ALWAYS | base::File::FLAG_WRITE); |