Bug 32885

Summary: Remove all references to a database that failed to open
Product: WebKit Reporter: Dumitru Daniliuc <dumi>
Component: New BugsAssignee: Dumitru Daniliuc <dumi>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, ericu, michaeln, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch dimich: review+, dumi: commit-queue-

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.