LibWeb: Rename Window::open_impl() to Window::window_open_steps()

This is the same name used in the specification.
This commit is contained in:
Tim Ledbetter 2024-10-20 10:32:37 +01:00 committed by Tim Ledbetter
commit f3c6326f27
Notes: github-actions[bot] 2024-10-20 10:43:18 +00:00
3 changed files with 4 additions and 4 deletions

View file

@ -680,7 +680,7 @@ WebIDL::ExceptionOr<JS::GCPtr<HTML::WindowProxy>> Document::open(StringView url,
return WebIDL::InvalidAccessError::create(realm(), "Cannot perform open on a document that isn't fully active."_string);
// 2. Return the result of running the window open steps with url, name, and features.
return window()->open_impl(url, name, features);
return window()->window_open_steps(url, name, features);
}
// https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#closing-the-input-stream