Skip to content

Commit

Permalink
Correct FakeWorkletGlobalScope IDL
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Feb 18, 2021
1 parent 16fbe73 commit 3a5c6c5
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 @@ -100360,7 +100360,7 @@ interface <dfn>WorkerLocation</dfn> {
<pre class="extract"><code class="idl">[Global=(Worklet,FakeWorklet),
Exposed=FakeWorklet,
SecureContext]
interface <dfn interface noexport>FakeWorkletGlobalScope</dfn> {
interface <dfn interface noexport>FakeWorkletGlobalScope</dfn> : <span>WorkletGlobalScope</span> {
undefined <span data-x="dom-FakeWorkletGlobalScope-registerFake">registerFake</span>(DOMString type, <span data-x="idl-Function">Function</span> classConstructor);
};</code></pre>

Expand Down

0 comments on commit 3a5c6c5

Please sign in to comment.