[webkit-reviews] review granted: [Bug 65678] IndexedDB: Stop using free-lists for database/object store/index ids. : [Attachment 102893] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 4 10:23:00 PDT 2011


Tony Chang <tony at chromium.org> has granted Hans Wennborg <hans at chromium.org>'s
request for review:
Bug 65678: IndexedDB: Stop using free-lists for database/object store/index
ids.
https://bugs.webkit.org/show_bug.cgi?id=65678

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

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


> Source/WebCore/storage/IDBLevelDBBackingStore.cpp:293
> +	   return -1;

Do you mean to return false here?


More information about the webkit-reviews mailing list