hixie: prepare to xref Event (whatwg r4799)

hixie: prepare to xref Event (whatwg r4799)

http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.232&r2=1.233&f=h
http://html5.org/tools/web-apps-tracker?from=4798&to=4799

===================================================================
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:53:24 UTC