Bug 46459 - IDBTransactionCoordinator incorrectly assumes that aborted transactions must have been started or running.
Summary: IDBTransactionCoordinator incorrectly assumes that aborted transactions must ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-24 06:17 PDT by Andrei Popescu
Modified: 2010-09-24 08:24 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.65 KB, patch)
2010-09-24 06:23 PDT, Andrei Popescu
jorlow: review+
Details | Formatted Diff | Diff

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