Bug 32885 - Remove all references to a database that failed to open
Summary: Remove all references to a database that failed to open
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dumitru Daniliuc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-22 15:17 PST by Dumitru Daniliuc
Modified: 2009-12-23 15:48 PST (History)
4 users (show)

See Also:


Attachments
patch (1.21 KB, patch)
2009-12-22 16:15 PST, Dumitru Daniliuc
dimich: review+
dumi: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dumitru Daniliuc 2009-12-22 15:17:47 PST
The patch landed for issue 32626 introduced a bug: if a database fails to open, the references to it are no longer properly removed from the DatabaseTracker and the Document.
Comment 1 Dumitru Daniliuc 2009-12-22 16:15:20 PST
Created attachment 45409 [details]
patch
Comment 2 WebKit Review Bot 2009-12-22 16:15:41 PST
style-queue ran check-webkit-style on attachment 45409 [details] without any errors.
Comment 3 Dmitry Titov 2009-12-23 12:51:32 PST
Comment on attachment 45409 [details]
patch

r=me
Comment 4 Dumitru Daniliuc 2009-12-23 15:48:04 PST
Landed as r52530.