Skip to content

Commit 75cd597

Browse files
committed
[css-paint-api] Remove VoidFunction.
1 parent 90a10c9 commit 75cd597

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

css-paint-api/Overview.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ partial interface Window {
103103
The {{PaintWorkletGlobalScope}} is the global execution context of the {{paintWorklet}}.
104104

105105
<pre class='idl'>
106-
callback VoidFunction = void ();
107-
108106
[Global=(Worklet,PaintWorklet),Exposed=PaintWorklet]
109107
interface PaintWorkletGlobalScope : WorkletGlobalScope {
110108
void registerPaint(DOMString name, VoidFunction paintCtor);

0 commit comments

Comments
 (0)