| Index: content/browser/indexed_db/indexed_db_leveldb_coding.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_leveldb_coding.cc b/content/browser/indexed_db/indexed_db_leveldb_coding.cc
|
| index 2de9b6d585db798e7ecc3fee710bae07de6e5bc0..d0064267c930b6d64d63661ee4123f2891f6bd5b 100644
|
| --- a/content/browser/indexed_db/indexed_db_leveldb_coding.cc
|
| +++ b/content/browser/indexed_db/indexed_db_leveldb_coding.cc
|
| @@ -46,7 +46,8 @@
|
| // <0, 0, 0, 2> => SerializedScriptValue version [DataVersionKey]
|
| // <0, 0, 0, 3>
|
| // => Blob journal
|
| -// The format of the journal is: {database_id, blobKey}*.
|
| +// The format of the journal is:
|
| +// {database_id (var int), blobKey (var int)}*.
|
| // If the blobKey is kAllBlobsKey, the whole database should be deleted.
|
| // [BlobJournalKey]
|
| // <0, 0, 0, 4> => Live blob journal; same format. [LiveBlobJournalKey]
|
|
|