Summary: | Modern IDB: deleteObjectStore support | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> | ||||
Component: | WebCore Misc. | Assignee: | Brady Eidson <beidson> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | achristensen, alecflett, commit-queue, jsbell | ||||
Priority: | P2 | ||||||
Version: | Safari 9 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=150804 | ||||||
Bug Depends on: | 150719 | ||||||
Bug Blocks: | 149117 | ||||||
Attachments: |
|
Description
Brady Eidson
2015-10-29 09:22:16 PDT
Created attachment 264341 [details]
Patch v1
Comment on attachment 264341 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=264341&action=review > Source/WebCore/Modules/indexeddb/client/IDBTransactionImpl.cpp:456 > + auto objectStore = m_referencedObjectStores.take(objectStoreName); > + if (objectStore) Declaration could be inside if > Source/WebCore/Modules/indexeddb/server/MemoryBackingStoreTransaction.cpp:88 > + auto addResult = m_deletedObjectStores.add(objectStore->info().name(), nullptr); ASSERT(objectStore) > Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.cpp:262 > + space |