[webkit-reviews] review granted: [Bug 95864] IndexedDB: Integer version lost after first open/close/open cycle : [Attachment 162276] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 5 12:27:59 PDT 2012


Tony Chang <tony at chromium.org> has granted Joshua Bell <jsbell at chromium.org>'s
request for review:
Bug 95864: IndexedDB: Integer version lost after first open/close/open cycle
https://bugs.webkit.org/show_bug.cgi?id=95864

Attachment 162276: Patch
https://bugs.webkit.org/attachment.cgi?id=162276&action=review

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=162276&action=review


> Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.cpp:141
> +    const int64_t latestSchemaVersion = 1;

We only need this value here? How will you remember to update this in the
future?


More information about the webkit-reviews mailing list