Update Window::open and document::open parameters to match the spec

Fixes #24012
This commit is contained in:
Bastien Orivel 2019-08-24 16:27:46 +02:00
parent 6ff2524781
commit ec6b478775
7 changed files with 9 additions and 14 deletions

View file

@ -616,7 +616,7 @@ impl WindowMethods for Window {
// https://html.spec.whatwg.org/multipage/#dom-open
fn Open(
&self,
url: DOMString,
url: USVString,
target: DOMString,
features: DOMString,
) -> Option<DomRoot<WindowProxy>> {