2009/dap/system-info battery-status.html,1.15,1.16

Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv5586

Modified Files:
	battery-status.html 
Log Message:
typo

Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- battery-status.html	30 May 2011 12:24:24 -0000	1.15
+++ battery-status.html	30 May 2011 12:46:53 -0000	1.16
@@ -148,16 +148,16 @@
       <p>
         Then the <a class="product-ua" href="#ua">User Agent</a> MUST dispatch
         a <a>BatteryStatusEvent</a> event on the <code>Window</code> [[!HTML5]]
-        and <code>WorkerGlobalObject</code> [[!WEBWORKERS]] objects.
+        and <code>WorkerGlobalScope</code> [[!WEBWORKERS]] objects.
       </p>
       <p class='note'>
         TODO: Conditions for event triggering must be testable.
       </p>
       <p>
         The <code>onbatterystatus</code> event handler MUST be supported by
-        <code>Window</code> and <code>WorkerGlobalObject</code> objects, as an
+        <code>Window</code> and <code>WorkerGlobalScope</code> objects, as an
         IDL attribute on the <code>Window</code> and
-        <code>WorkerGlobalObject</code> objects respectively.
+        <code>WorkerGlobalScope</code> objects respectively.
       </p>
       <p class='note'>
         TODO: Define <code>onbatterystatus</code> event handler in WebIDL.

Received on Monday, 30 May 2011 12:47:10 UTC