[Webkit-unassigned] [Bug 92069] IndexedDB: IDBTransaction::abort() should throw DOMException if "finished"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 09:33:15 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92069





--- Comment #9 from Alec Flett <alecflett at chromium.org>  2012-07-24 09:33:18 PST ---
I vote for a single abort() - change all the internal callers to use it, and ignore the result:

ExceptionCode unused;
transaction->abort(unused)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list