diff --git a/url.bs b/url.bs index 97c56644..035ef99f 100644 --- a/url.bs +++ b/url.bs @@ -3222,9 +3222,10 @@ naming. [[!HTML]]

URLHost class

-[Constructor(USVString host),
- Exposed=(Window,Worker)]
+[Exposed=(Window,Worker)]
 interface URLHost {
+  constructor(USVString host);
+
   readonly attribute URLHostType type;
 
   stringifier USVString toJSON();