[Webkit-unassigned] [Bug 15976] Throwing an exception within Database.transaction ASSERTs then crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 18:37:02 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15976





------- Comment #2 from beidson at apple.com  2007-11-13 18:37 PDT -------
I made an assumption that the transaction error callback would only be
scheduled, therefore invoked, if it was actually set.

The problem is when we make the transaction callback and it immediately invokes
the transaction error callback, the assumption I made is no longer valid.

Basically, it's just a bogus assert the logic should change to involve a null
check.  The spec already accounts for this


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



More information about the webkit-unassigned mailing list