CVS 2011/webrtc/editor

Update of /sources/public/2011/webrtc/editor
In directory roscoe:/tmp/cvs-serv21454

Modified Files:
	getusermedia.html 
Log Message:
readonly and optional are reserved keywords, so need to be escaped with a leading underscore per WebIDL spec


--- /sources/public/2011/webrtc/editor/getusermedia.html	2013/05/15 01:58:19	1.18
+++ /sources/public/2011/webrtc/editor/getusermedia.html	2013/05/15 09:32:39	1.19
@@ -902,7 +902,7 @@
           all objects implementing the <code><a>MediaStreamTrack</a></code>
           interface.</dd>
 
-          <dt>readonly attribute boolean readonly</dt>
+          <dt>readonly attribute boolean _readonly</dt>
 
           <dd>
             If the track (audio or video) is backed by a read-only
@@ -2285,7 +2285,7 @@
           <p class="issue">Provide definition of mandatory constraints here.</p>
         </dd>
 
-        <dt>MediaTrackConstraint[]? optional = null</dt>
+        <dt>MediaTrackConstraint[]? _optional = null</dt>
 
         <dd>
           <p class="issue">Provide definition of optional constraints here.</p>

Received on Wednesday, 15 May 2013 09:32:40 UTC