Skip to content

Commit

Permalink
changed SourceAvailableError to a NotReadableError DOMException
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Burnett committed Jun 10, 2015
1 parent a1db6c9 commit 9db9663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getusermedia.html
Expand Up @@ -2984,9 +2984,9 @@ <h3>MediaDevices Interface Extensions</h3>

<li>
<p><em>Unavailable Failure</em>: Let <var>error</var> be a
new <code><a>MediaStreamError</a></code> object whose
new <code><a>DOMException</a></code> object whose
<code><a>name</a></code> attribute has the value
<code>SourceUnavailableError</code> and jump to the step
<code>NotReadableError</code> and jump to the step
labeled <em>Error Task</em> below.</p>
</li>

Expand Down

0 comments on commit 9db9663

Please sign in to comment.