Bug 193096 - Fix an assertion in UniqueIDBDatabase
Summary: Fix an assertion in UniqueIDBDatabase
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sihui Liu
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-01-02 17:21 PST by Sihui Liu
Modified: 2019-01-11 13:58 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.76 KB, patch)
2019-01-02 17:24 PST, Sihui Liu
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>