[html5] r4383 - [e] (0) Clarify which error callback is fired.

whatwg at whatwg.org whatwg at whatwg.org
Mon Nov 30 18:02:57 PST 2009


Author: ianh
Date: 2009-11-30 18:02:55 -0800 (Mon, 30 Nov 2009)
New Revision: 4383

Modified:
   source
Log:
[e] (0) Clarify which error callback is fired.

Modified: source
===================================================================
--- source	2009-12-01 01:16:23 UTC (rev 4382)
+++ source	2009-12-01 02:02:55 UTC (rev 4383)
@@ -66505,8 +66505,8 @@
    <li><p>End these steps. The next step is only used when something
    goes wrong.</p></li>
 
-   <li><p><span>Queue a task</span> to invoke the <i>error
-   callback</i>, if it is not null, with a newly constructed
+   <li><p><span>Queue a task</span> to invoke the transaction's
+   <i>error callback</i>, if it is not null, with a newly constructed
    <code>SQLError</code> object that represents the last error to have
    occurred in this transaction. Rollback the transaction. Any
    still-pending statements in the transaction are discarded.</p></li>




More information about the Commit-Watchers mailing list