Skip to content

Commit cbf3e18

Browse files
committed
another CI nit
1 parent 40755d1 commit cbf3e18

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

url.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3222,9 +3222,10 @@ naming. [[!HTML]]
32223222
<h3 id=urlhost-class>URLHost class</h3>
32233223

32243224
<pre class=idl>
3225-
[Constructor(USVString host),
3226-
Exposed=(Window,Worker)]
3225+
[Exposed=(Window,Worker)]
32273226
interface URLHost {
3227+
constructor(USVString host);
3228+
32283229
readonly attribute URLHostType type;
32293230

32303231
stringifier USVString toJSON();

0 commit comments

Comments
 (0)