[html5] r1102 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 26 14:07:31 PDT 2007


Author: ianh
Date: 2007-10-26 14:07:29 -0700 (Fri, 26 Oct 2007)
New Revision: 1102

Modified:
   index
   source
Log:
[w] (2) remove the versions of changeVersion() that have fewer than 4 arguments

Modified: index
===================================================================
--- index	2007-10-26 08:15:06 UTC (rev 1101)
+++ index	2007-10-26 21:07:29 UTC (rev 1102)
@@ -30497,8 +30497,6 @@
 
   <pre class=idl>interface <dfn id=database0>Database</dfn> {
   readonly attribute DOMString <a href="#version" title=dom-database-version>version</a>;
-  void <a href="#changeversion" title=dom-database-changeVersion>changeVersion</a>(in DOMString oldVersion, in DOMString newVersion);
-  void <a href="#changeversion" title=dom-database-changeVersion>changeVersion</a>(in DOMString oldVersion, in DOMString newVersion, in <a href="#sqlversionchangecallback">SQLVersionChangeCallback</a> callback);
   void <a href="#changeversion" title=dom-database-changeVersion>changeVersion</a>(in DOMString oldVersion, in DOMString newVersion, in <a href="#sqlversionchangecallback">SQLVersionChangeCallback</a> callback, in <a href="#sqltransactionerrorcallback">SQLTransactionErrorCallback</a> errorCallback);
   void <a href="#transaction" title=dom-database-transaction>transaction</a>(in <a href="#sqltransactioncallback">SQLTransactionCallback</a> callback);
   void <a href="#transaction" title=dom-database-transaction>transaction</a>(in <a href="#sqltransactioncallback">SQLTransactionCallback</a> callback, in <a href="#sqltransactionerrorcallback">SQLTransactionErrorCallback</a> errorCallback);
@@ -30543,8 +30541,7 @@
    must immediately return, and then asynchronously run the <a
    href="#transaction0">transaction steps</a> with the <i>transaction
    callback</i> being the third argument, the <i>error callback</i> being the
-   fourth argument, if any, the <i>preflight operation</i> being the
-   following:
+   fourth argument, the <i>preflight operation</i> being the following:
 
   <ol>
    <li>

Modified: source
===================================================================
--- source	2007-10-26 08:15:06 UTC (rev 1101)
+++ source	2007-10-26 21:07:29 UTC (rev 1102)
@@ -28071,8 +28071,6 @@
 
   <pre class="idl">interface <dfn>Database</dfn> {
   readonly attribute DOMString <span title="dom-database-version">version</span>;
-  void <span title="dom-database-changeVersion">changeVersion</span>(in DOMString oldVersion, in DOMString newVersion);
-  void <span title="dom-database-changeVersion">changeVersion</span>(in DOMString oldVersion, in DOMString newVersion, in <span>SQLVersionChangeCallback</span> callback);
   void <span title="dom-database-changeVersion">changeVersion</span>(in DOMString oldVersion, in DOMString newVersion, in <span>SQLVersionChangeCallback</span> callback, in <span>SQLTransactionErrorCallback</span> errorCallback);
   void <span title="dom-database-transaction">transaction</span>(in <span>SQLTransactionCallback</span> callback);
   void <span title="dom-database-transaction">transaction</span>(in <span>SQLTransactionCallback</span> callback, in <span>SQLTransactionErrorCallback</span> errorCallback);
@@ -28118,8 +28116,8 @@
   is invoked, it must immediately return, and then asynchronously run
   the <span>transaction steps</span> with the <i>transaction
   callback</i> being the third argument, the <i>error callback</i>
-  being the fourth argument, if any, the <i>preflight operation</i>
-  being the following:</p>
+  being the fourth argument, the <i>preflight operation</i> being the
+  following:</p>
 
   <ol>
 




More information about the Commit-Watchers mailing list