mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:18:13 +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
|
@ -29,7 +29,7 @@ public:
|
|||
HistoryHandlingBehavior,
|
||||
Optional<PolicyContainer>,
|
||||
DeprecatedString,
|
||||
Optional<DeprecatedString>,
|
||||
Optional<String>,
|
||||
Function<void(JS::NonnullGCPtr<Fetch::Infrastructure::Response>)>) override
|
||||
{
|
||||
return {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue