File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ interface LayoutChild {
479
479
readonly attribute StylePropertyMapReadOnly styleMap;
480
480
481
481
IntrinsicSizesRequest intrinsicSizes();
482
- LayoutFragmentRequest layoutNextFragment(LayoutConstraints constraints, ChildBreakToken breakToken);
482
+ LayoutFragmentRequest layoutNextFragment(LayoutConstraintsOptions constraints, ChildBreakToken breakToken);
483
483
};
484
484
</pre>
485
485
@@ -893,7 +893,7 @@ Layout Constraints {#layout-constraints}
893
893
----------------------------------------
894
894
895
895
<pre class='idl'>
896
- [Constructor(optional LayoutConstraintsOptions options), Exposed=LayoutWorklet]
896
+ [Exposed=LayoutWorklet]
897
897
interface LayoutConstraints {
898
898
readonly attribute double availableInlineSize;
899
899
readonly attribute double availableBlockSize;
You can’t perform that action at this time.
0 commit comments