mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Make Environment's top level origin nullable
This matches the definition in the spec, and is also a step towards removing the default constructor of URL::Origin.
This commit is contained in:
committed by
Shannon Booth
parent
556acd82ee
commit
937994cfaa
Notes:
github-actions[bot]
2025-05-27 02:49:41 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/937994cfaa8 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4878 Reviewed-by: https://github.com/trflynn89
@@ -23,7 +23,7 @@ struct SerializedEnvironmentSettingsObject {
|
||||
String id;
|
||||
URL::URL creation_url;
|
||||
Optional<URL::URL> top_level_creation_url;
|
||||
URL::Origin top_level_origin;
|
||||
Optional<URL::Origin> top_level_origin;
|
||||
|
||||
String api_url_character_encoding;
|
||||
URL::URL api_base_url;
|
||||
|
||||
Reference in New Issue
Block a user