[html5] r3060 - [e] (0) Correct syntax errors in the SQLException definition.
whatwg at whatwg.org
whatwg at whatwg.org
Fri May 1 18:32:39 PDT 2009
Author: ianh
Date: 2009-05-01 18:32:38 -0700 (Fri, 01 May 2009)
New Revision: 3060
Modified:
source
Log:
[e] (0) Correct syntax errors in the SQLException definition.
Modified: source
===================================================================
--- source 2009-05-02 01:18:22 UTC (rev 3059)
+++ source 2009-05-02 01:32:38 UTC (rev 3060)
@@ -54284,8 +54284,8 @@
<code>SQLException</code> exceptions:</p>
<pre class="idl">exception <dfn>SQLException</dfn> {
- readonly attribute unsigned long <span title="dom-SQLException-code">code</span>;
- readonly attribute DOMString <span title="dom-SQLException-message">message</span>;
+ unsigned long <span title="dom-SQLException-code">code</span>;
+ DOMString <span title="dom-SQLException-message">message</span>;
};</pre>
<p>The <dfn title="dom-SQLException-code"><code>code</code></dfn>
More information about the Commit-Watchers
mailing list