[webkit-reviews] review granted: [Bug 128444] IDB: storage/indexeddb/mozilla/index-prev-no-duplicate.html fails : [Attachment 223595] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 8 21:57:19 PST 2014


mitz at webkit.org <mitz at webkit.org> has granted Brady Eidson
<beidson at apple.com>'s request for review:
Bug 128444: IDB: storage/indexeddb/mozilla/index-prev-no-duplicate.html fails
https://bugs.webkit.org/show_bug.cgi?id=128444

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

------- Additional Comments from mitz at webkit.org <mitz at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=223595&action=review


> Source/WebKit2/DatabaseProcess/IndexedDB/sqlite/SQLiteIDBCursor.cpp:75
>	   indexStatements.reserveCapacity(8);

Seems like we need to bump this 8 up? Isn’t there a more efficient
reserveInitialCapacity?


More information about the webkit-reviews mailing list