mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-02 16:33:13 +00:00
LibWeb: Always assert that principal realm returns a principal realm
There was a bug in the HTML proposal where a synthetic realm settings object's principal realm was a shadow realm if there were nested shadow realms, which this assertion catches more directly (rather than later down the track, where it is used). We were meant to also assert for this case, but we were previously returning early.
This commit is contained in:
parent
27f1e3676f
commit
bb10b0e301
Notes:
github-actions[bot]
2024-11-30 11:07:44 +00:00
Author: https://github.com/shannonbooth
Commit: bb10b0e301
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2631
2 changed files with 6 additions and 6 deletions
|
@ -149,7 +149,7 @@ JS::Realm& current_principal_realm();
|
|||
EnvironmentSettingsObject& principal_realm_settings_object(JS::Realm&);
|
||||
EnvironmentSettingsObject& current_principal_settings_object();
|
||||
|
||||
JS::Realm& principal_realm(JS::Realm&);
|
||||
JS::Realm& principal_realm(GC::Ref<JS::Realm>);
|
||||
JS::Object& current_principal_global_object();
|
||||
JS::Realm& relevant_realm(JS::Object const&);
|
||||
EnvironmentSettingsObject& relevant_settings_object(JS::Object const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue