fix broken fragments
authordom@localhost6.localdomain6
Thu, 31 Jan 2013 14:19:34 +0100
changeset 364 a9bf1f2345e8
parent 362 90f0bdbaa5e7
child 365 3cbad363df8f
fix broken fragments
media-stream-capture/MediaRecorder.html
--- a/media-stream-capture/MediaRecorder.html	Thu Jan 31 14:16:56 2013 +0100
+++ b/media-stream-capture/MediaRecorder.html	Thu Jan 31 14:19:34 2013 +0100
@@ -346,7 +346,7 @@
       constructor takes one argument which
       <em title="must" class="rfc2119">must</em> be of type <code>MediaStream</code> (see [[!GETUSERMEDIA]]). 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</a></code> 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>