Skip to content

Commit dbcc5c7

Browse files
committed
[css-layout-api] Remove LayoutConstraints constructor.
1 parent d707964 commit dbcc5c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-layout-api/Overview.bs

+2-2
Original file line numberDiff line numberDiff 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]
897897
interface LayoutConstraints {
898898
readonly attribute double availableInlineSize;
899899
readonly attribute double availableBlockSize;

0 commit comments

Comments
 (0)