Skip to content

Commit

Permalink
Update partial interface (mixin) NavigatorID
Browse files Browse the repository at this point in the history
This was overlooked in #3207.
  • Loading branch information
foolip authored and annevk committed Jan 21, 2019
1 parent 9ebceb0 commit c8f0426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -92814,7 +92814,7 @@ interface <dfn>Navigator</dfn> {
<p>If the <span data-x="concept-navigator-compatibility-mode">navigator compatibility mode</span>
is <i>Gecko</i>, then the user agent must also support the following partial interface:</p>

<pre><code class="idl" data-x="">partial interface <span id="NavigatorID-partial">NavigatorID</span> {
<pre><code class="idl" data-x="">partial interface mixin <span id="NavigatorID-partial">NavigatorID</span> {
[Exposed=Window] boolean <span data-x="dom-navigator-taintEnabled">taintEnabled</span>(); // constant false
[Exposed=Window] readonly attribute DOMString <span data-x="dom-navigator-oscpu">oscpu</span>;
};</code></pre>
Expand Down

0 comments on commit c8f0426

Please sign in to comment.