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