CVS html5/workers

Update of /sources/public/html5/workers
In directory roscoe:/tmp/cvs-serv31791

Modified Files:
	Overview.html 
Log Message:
Fix confusion of cross-references. (whatwg r7693)

--- /sources/public/html5/workers/Overview.html	2013/02/05 00:14:55	1.359
+++ /sources/public/html5/workers/Overview.html	2013/02/05 05:29:49	1.360
@@ -2412,7 +2412,7 @@
       "<a href="#terminate-a-worker">terminate a worker</a>" algorithms defined above.</p>
 
       <p>If it failed to parse, then throw an ECMAScript
-      <code>SyntaxError</code> exception and abort all these
+      <code title="js-SyntaxError">SyntaxError</code> exception and abort all these
       steps. <a href="#refsECMA262">[ECMA262]</a></p>
 
       <p>If an exception was thrown or if the script was prematurely

Received on Tuesday, 5 February 2013 05:29:50 UTC