Bug 46459

Summary: IDBTransactionCoordinator incorrectly assumes that aborted transactions must have been started or running.
Product: WebKit Reporter: Andrei Popescu <andreip>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jorlow
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch jorlow: review+

Description Andrei Popescu 2010-09-24 06:17:37 PDT
IDBTransactionCoordinator incorrectly assumes that aborted transactions must have been started or running.
Comment 1 Andrei Popescu 2010-09-24 06:23:29 PDT
Created attachment 68668 [details]
Patch
Comment 2 Andrei Popescu 2010-09-24 06:24:56 PDT
This corresponds to http://code.google.com/p/chromium/issues/detail?id=56732
Comment 3 Jeremy Orlow 2010-09-24 06:32:00 PDT
Comment on attachment 68668 [details]
Patch

Add a fixme to assert not reached at the end?

r=me
Comment 4 Andrei Popescu 2010-09-24 08:24:02 PDT
Committed r68254: <http://trac.webkit.org/changeset/68254>