Modern IDB: Using existing database info from SQLite backing store is busted Extracting the database info on the backing store thread works fine. When we do a thread-safe copy back to the main thread, object store infos weren't copied. Yikes.
<rdar://problem/24848143>
Also there was an obvious code path where we don't migrate index records from existing databases. *sigh*
Created attachment 272340 [details] Patch v1
Comment on attachment 272340 [details] Patch v1 Clearing flags on attachment: 272340 Committed r197190: <http://trac.webkit.org/changeset/197190>
All reviewed patches have been landed. Closing bug.