html5/workers Overview.html,1.232,1.233

Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv6887

Modified Files:
	Overview.html 
Log Message:
prepare to xref Event (whatwg r4799)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- Overview.html	23 Feb 2010 01:53:22 -0000	1.232
+++ Overview.html	23 Feb 2010 11:24:28 -0000	1.233
@@ -1483,7 +1483,7 @@
   event</a> at the <code><a href="#worker">Worker</a></code> object associated with
   <em>that</em> worker. Otherwise, then the error may be reported
   to the user.<p>The <span>task source</span> for the tasks mentioned above is the
-  <span>DOM manipulation task source</span>.<hr><pre class="idl">interface <dfn id="errorevent">ErrorEvent</dfn> : Event {
+  <span>DOM manipulation task source</span>.<hr><pre class="idl">interface <dfn id="errorevent">ErrorEvent</dfn> : <span>Event</span> {
   readonly attribute DOMString <a href="#dom-errorevent-message" title="dom-ErrorEvent-message">message</a>;
   readonly attribute DOMString <a href="#dom-errorevent-filename" title="dom-ErrorEvent-filename">filename</a>;
   readonly attribute unsigned long <a href="#dom-errorevent-lineno" title="dom-ErrorEvent-lineno">lineno</a>;

Received on Tuesday, 23 February 2010 11:24:32 UTC