mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
WebDriver: Fix broken Optional<> returns through IPC
This commit is contained in:
parent
0e5cfccc71
commit
e6f71d5e05
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ Messages::WebDriverSessionClient::GetNamedCookieResponse WebDriverConnection::ge
|
||||||
if (cookie.name == name)
|
if (cookie.name == name)
|
||||||
return { cookie };
|
return { cookie };
|
||||||
}
|
}
|
||||||
|
return Optional<Web::Cookie::Cookie> {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return { {} };
|
return { {} };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue