Skip to content

Commit 3b7e59b

Browse files
dirkschulzesvgeesus
authored andcommitted
Remove NoInterface attribute from DOMRectList. Issue #233.
1 parent 0ed26ac commit 3b7e59b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

geometry/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,7 @@ steps:
414414
<h2 id=DOMRectList>The DOMRectList interface</h2>
415415

416416
<pre class=idl>
417-
[NoInterfaceObject,
418-
LegacyArrayClass]
417+
[LegacyArrayClass]
419418
interface DOMRectList {
420419
readonly attribute unsigned long length;
421420
getter DOMRect? item(unsigned long index);

0 commit comments

Comments
 (0)