[html5] r6294 - [e] (0) Can't be null, given the IDL.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 12 18:20:47 PDT 2011
Author: ianh
Date: 2011-07-12 18:20:46 -0700 (Tue, 12 Jul 2011)
New Revision: 6294
Modified:
complete.html
index
source
Log:
[e] (0) Can't be null, given the IDL.
Modified: complete.html
===================================================================
--- complete.html 2011-07-12 23:54:53 UTC (rev 6293)
+++ complete.html 2011-07-13 01:20:46 UTC (rev 6294)
@@ -239,7 +239,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 12 July 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 13 July 2011</h2>
</hgroup><dl><dt>Multiple-page version:</dt>
<dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
<dt>One-page version:</dt>
@@ -76238,15 +76238,12 @@
in the <a href=#synchronous-section>synchronous section</a> are marked with
⌛.</p>
- <ol><li><p>Let <var title="">serverConfiguration</var> be the constructor's
- first argument.</li>
+ <ol><li><p>Let <var title="">serverConfiguration</var> be the
+ constructor's first argument.</li>
<li><p>Let <var title="">signalingCallback</var> be the
constructor's second argument.</li>
- <li><p>If <var title="">signalingCallback</var> is null, throw a
- <code>TypeError</code> exception and abort these steps.</li>
-
<li><p>Let <var title="">connection</var> be a newly created
<code><a href=#peerconnection>PeerConnection</a></code> object.</li>
Modified: index
===================================================================
--- index 2011-07-12 23:54:53 UTC (rev 6293)
+++ index 2011-07-13 01:20:46 UTC (rev 6294)
@@ -243,7 +243,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 12 July 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 13 July 2011</h2>
</hgroup><dl><dt><strong>Web developer edition</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -76136,15 +76136,12 @@
in the <a href=#synchronous-section>synchronous section</a> are marked with
⌛.</p>
- <ol><li><p>Let <var title="">serverConfiguration</var> be the constructor's
- first argument.</li>
+ <ol><li><p>Let <var title="">serverConfiguration</var> be the
+ constructor's first argument.</li>
<li><p>Let <var title="">signalingCallback</var> be the
constructor's second argument.</li>
- <li><p>If <var title="">signalingCallback</var> is null, throw a
- <code>TypeError</code> exception and abort these steps.</li>
-
<li><p>Let <var title="">connection</var> be a newly created
<code><a href=#peerconnection>PeerConnection</a></code> object.</li>
Modified: source
===================================================================
--- source 2011-07-12 23:54:53 UTC (rev 6293)
+++ source 2011-07-13 01:20:46 UTC (rev 6294)
@@ -86972,15 +86972,12 @@
<ol>
- <li><p>Let <var title="">serverConfiguration</var> be the constructor's
- first argument.</p></li>
+ <li><p>Let <var title="">serverConfiguration</var> be the
+ constructor's first argument.</p></li>
<li><p>Let <var title="">signalingCallback</var> be the
constructor's second argument.</p></li>
- <li><p>If <var title="">signalingCallback</var> is null, throw a
- <code>TypeError</code> exception and abort these steps.</p></li>
-
<li><p>Let <var title="">connection</var> be a newly created
<code>PeerConnection</code> object.</p></li>
More information about the Commit-Watchers
mailing list