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 5000e507fbbc971af60c28c17c1c8f134aca4a19..a9ad9daf579682a7066a787e98f03bb049c82e9c 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); |