- From: CVS User ihickson <cvsmail@w3.org>
- Date: Wed, 30 Jan 2013 23:31:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg
In directory roscoe:/tmp/cvs-serv30532
Modified Files:
Overview.html
Log Message:
Merge WorkerUtils into WorkerGlobalScope (whatwg r7675)
--- /sources/public/html5/postmsg/Overview.html 2013/01/29 20:59:13 1.134
+++ /sources/public/html5/postmsg/Overview.html 2013/01/30 23:31:57 1.135
@@ -216,7 +216,7 @@
<h1>HTML5 Web Messaging</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-29-january-2013">Editor's Draft 29 January 2013</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-30-january-2013">Editor's Draft 30 January 2013</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/webmessaging/">http://www.w3.org/TR/webmessaging/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -348,7 +348,7 @@
</dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications
Working Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation track.
- This specification is the 29 January 2013 Editor's Draft.
+ This specification is the 30 January 2013 Editor's Draft.
</p>
@@ -1173,7 +1173,7 @@
</ol><p>This constructor must be visible when the <span>script's global
object</span> is either a <code>Window</code> object or an object
- implementing the <code>WorkerUtils</code> interface.</p>
+ implementing the <code>WorkerGlobalScope</code> interface.</p>
<p>The <dfn id="dom-channel-port1" title="dom-channel-port1"><code>port1</code></dfn> and
<dfn id="dom-channel-port2" title="dom-channel-port2"><code>port2</code></dfn> attributes
Received on Wednesday, 30 January 2013 23:31:58 UTC