Modern IDB: Fix many Index tests 1 - Getting an Index record could return null instead of undefined 2 - We almost always entered the exact same index record into the database twice
Created attachment 270049 [details] Patch v1
Created attachment 270050 [details] Patch v1
Attachment 270050 [details] did not pass style-queue: ERROR: Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:1242: One line control clauses should not use braces. [whitespace/braces] [4] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 270050 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=270050&action=review r=me > Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:1240 > + if (cursor->didComplete()) { { not necessary.
http://trac.webkit.org/changeset/195697