--- 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>