Skip to content

Commit 1fdd2ff

Browse files
authored
[css-layout-api-1] Align with Web IDL specification (w3c#1003)
1 parent 217dc5e commit 1fdd2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-layout-api/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ The {{LayoutWorkletGlobalScope}} is the global execution context of the {{layout
209209
<pre class='idl'>
210210
[Global=(Worklet,LayoutWorklet),Exposed=LayoutWorklet]
211211
interface LayoutWorkletGlobalScope : WorkletGlobalScope {
212-
void registerLayout(DOMString name, VoidFunction layoutCtor);
212+
undefined registerLayout(DOMString name, VoidFunction layoutCtor);
213213
};
214214
</pre>
215215

0 commit comments

Comments
 (0)