Skip to content

Commit

Permalink
Use NotAllowedError instead of AbortError.
Browse files Browse the repository at this point in the history
  • Loading branch information
mounirlamouri committed Mar 21, 2016
1 parent 713a84d commit b09e60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -367,7 +367,7 @@ <h2>
</p>
<ul>
<li>
<dfn><code>AbortError</code></dfn>
<dfn><code>NotAllowedError</code></dfn>
</li>
<li>
<dfn><code>InvalidAccessError</code></dfn>
Expand Down Expand Up @@ -972,7 +972,7 @@ <h4>
</ol>
</li>
<li>If the user <em>denied permission</em> to use a display, reject
<var>P</var> with an <a>AbortError</a> exception, and abort all
<var>P</var> with an <a>NotAllowedError</a> exception, and abort all
remaining steps.
</li>
<li>Otherwise, the user <em>granted permission</em> to use a
Expand Down

0 comments on commit b09e60f

Please sign in to comment.