File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ interface LayoutChild {
479479 readonly attribute StylePropertyMapReadOnly styleMap;
480480
481481 IntrinsicSizesRequest intrinsicSizes();
482- LayoutFragmentRequest layoutNextFragment(LayoutConstraints constraints, ChildBreakToken breakToken);
482+ LayoutFragmentRequest layoutNextFragment(LayoutConstraintsOptions constraints, ChildBreakToken breakToken);
483483};
484484</pre>
485485
@@ -893,7 +893,7 @@ Layout Constraints {#layout-constraints}
893893----------------------------------------
894894
895895<pre class='idl'>
896- [Constructor(optional LayoutConstraintsOptions options), Exposed=LayoutWorklet]
896+ [Exposed=LayoutWorklet]
897897interface LayoutConstraints {
898898 readonly attribute double availableInlineSize;
899899 readonly attribute double availableBlockSize;
You can’t perform that action at this time.
0 commit comments