Skip to content

Commit 607becb

Browse files
foolipbfgeek
authored andcommitted
Change children attribute from sequence<T> to FrozenArray<T> (#795)
Web IDL does not allow attributes to be of type sequence<T>.
1 parent 79a9f02 commit 607becb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

box-tree-api/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ interface DeadFragmentInformation {
7979
readonly attribute double top;
8080
readonly attribute double left;
8181
readonly attribute boolean isOverflowed;
82-
readonly attribute sequence&lt;DeadFragmentInformation>? children;
82+
readonly attribute FrozenArray&lt;DeadFragmentInformation>? children;
8383
readonly attribute DeadFragmentInformation? nextSibling;
8484
readonly attribute DeadFragmentInformation? previousSibling;
8585
readonly attribute DeadFragmentInformation? nextInBox;

0 commit comments

Comments
 (0)