[webkit-reviews] review granted: [Bug 100692] IndexedDB: Crash on checking version of corrupt backing store : [Attachment 171292] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 29 13:50:23 PDT 2012


Tony Chang <tony at chromium.org> has granted Joshua Bell <jsbell at chromium.org>'s
request for review:
Bug 100692: IndexedDB: Crash on checking version of corrupt backing store
https://bugs.webkit.org/show_bug.cgi?id=100692

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

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


> Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.cpp:299
> +	   if (db) {
> +	       if (!isSchemaKnown(db.get())) {

Nit: Can we merge these into a single if?


More information about the webkit-reviews mailing list