Skip to content

Commit 217dc5e

Browse files
authored
[css-paint-api-1] Align with Web IDL specification (#1001)
1 parent 44208fd commit 217dc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-paint-api/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ identical to the Window.{{Window/devicePixelRatio}} property.
9090
<pre class='idl'>
9191
[Global=(Worklet,PaintWorklet),Exposed=PaintWorklet]
9292
interface PaintWorkletGlobalScope : WorkletGlobalScope {
93-
void registerPaint(DOMString name, VoidFunction paintCtor);
93+
undefined registerPaint(DOMString name, VoidFunction paintCtor);
9494
readonly attribute unrestricted double devicePixelRatio;
9595
};
9696
</pre>

0 commit comments

Comments
 (0)