html5/spec Overview.html,1.2180,1.2181

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2889

Modified Files:
	Overview.html 
Log Message:
plugins release the storage mutex (whatwg r3019)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2180
retrieving revision 1.2181
diff -u -d -r1.2180 -r1.2181
--- Overview.html	29 Apr 2009 01:44:06 -0000	1.2180
+++ Overview.html	29 Apr 2009 02:05:21 -0000	1.2181
@@ -37362,6 +37362,12 @@
   either free, or owned by a particular <a href="#event-loop">event loop</a> or
   instance of the <a href="#fetch" title="fetch">fetching</a> algorithm.</p>
 
+  <p>Whenever a <a href="#concept-script" title="concept-script">script</a> calls into
+  a <a href="#plugin">plugin</a>, and whenever a <a href="#plugin">plugin</a> calls into
+  a <a href="#concept-script" title="concept-script">script</a>, the user agent must
+  release the <a href="#storage-mutex">storage mutex</a>.</p>
+
+
 
   <h5 id="processing-model-2"><span class="secno">5.5.4.2 </span>Processing model</h5>
 

Received on Wednesday, 29 April 2009 02:05:34 UTC