Bug 193096

Summary: Fix an assertion in UniqueIDBDatabase
Product: WebKit Reporter: Sihui Liu <sihui_liu>
Component: WebKit2Assignee: Sihui Liu <sihui_liu>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, beidson, commit-queue, ews-watchlist, jsbell, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Sihui Liu 2019-01-02 17:21:50 PST
m_objectStoreTransactionCounts.count(objectStore) == 1 in UniqueIDBDatabase::operationAndTransactionTimerFired() is not necessarily true because m_objectStoreTransactionCounts may be cleared in immediateCloseForUserDelete.
Comment 1 Sihui Liu 2019-01-02 17:24:26 PST
Created attachment 358229 [details]
Patch
Comment 2 WebKit Commit Bot 2019-01-11 13:57:52 PST
Comment on attachment 358229 [details]
Patch

Clearing flags on attachment: 358229

Committed r239872: <https://trac.webkit.org/changeset/239872>
Comment 3 WebKit Commit Bot 2019-01-11 13:57:53 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-01-11 13:58:29 PST
<rdar://problem/47219558>