fix broken fragments mediastream-recording-fpwd
authordom@localhost6.localdomain6
Thu, 31 Jan 2013 14:18:56 +0100
branchmediastream-recording-fpwd
changeset 363 43b16e0c2890
parent 361 14cbbdfc3b46
child 366 0703f8ee88ea
fix broken fragments
media-stream-capture/MediaRecorder.html
--- a/media-stream-capture/MediaRecorder.html	Thu Jan 31 14:11:48 2013 +0100
+++ b/media-stream-capture/MediaRecorder.html	Thu Jan 31 14:18:56 2013 +0100
@@ -708,7 +708,7 @@
       constructor takes one argument which
       <em title="must" class="rfc2119">must</em> be of type <code>MediaStream</code> (see [<cite><a href="#bib-GETUSERMEDIA" class="bibref">GETUSERMEDIA</a></cite>]). When the constructor
       is invoked, the UA <em title="must" class="rfc2119">must</em> construct a new <a class="idlType" href="#idl-def-MediaRecorder"><code>MediaRecorder</code></a> object,
-      	 set its <a href="#widl-mediastream">mediaStream</a> attribute to be the provided MediaStream, set its <a href="#widl-state">state</a> attribute to 'inactive'
+      	 set its <a href="#widl-MediaRecorder-stream">stream</a> attribute to be the provided MediaStream, set its <a href="#widl-MediaRecorder-state">state</a> attribute to 'inactive'
       	 and return the object.</p>