mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +00:00
LibWeb: Convert navigationId from DeprecatedString to String
This commit is contained in:
parent
71c98546b8
commit
9f691b7fe4
7 changed files with 13 additions and 13 deletions
|
@ -20,7 +20,7 @@ namespace Web::HTML {
|
|||
// https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params
|
||||
struct NavigationParams {
|
||||
// a navigation id
|
||||
DeprecatedString id;
|
||||
String id;
|
||||
|
||||
// null or a request that started the navigation
|
||||
JS::GCPtr<Fetch::Infrastructure::Request> request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue