mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
Everywhere: Use unqualified AK::URL
Now possible in LibWeb now that there is no longer a Web::URL.
This commit is contained in:
parent
f9e5b43b7a
commit
9ce8189f21
156 changed files with 471 additions and 471 deletions
|
@ -59,7 +59,7 @@ struct NavigationParams {
|
|||
// FIXME: a NavigationTimingType used for creating the navigation timing entry for the new Document
|
||||
|
||||
// a URL or null used to populate the new Document's about base URL
|
||||
Optional<AK::URL> about_base_url;
|
||||
Optional<URL> about_base_url;
|
||||
};
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/browsing-the-web.html#non-fetch-scheme-navigation-params
|
||||
|
@ -71,7 +71,7 @@ struct NonFetchSchemeNavigationParams {
|
|||
JS::Handle<Navigable> navigable;
|
||||
|
||||
// a URL
|
||||
AK::URL url;
|
||||
URL url;
|
||||
|
||||
// the target snapshot params's sandboxing flags present during navigation
|
||||
SandboxingFlagSet target_snapshot_sandboxing_flags = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue