mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Fill out implementation of current_principal_settings_object
In terms of the 'current principal realm' definition. No functional impact, as we still need to implement current principal realm once the surrounding infrastructure is in place. But it is one less place which needs to be updated when that is all in place :^)
This commit is contained in:
parent
b2f3ed8b5a
commit
0c2400641e
Notes:
github-actions[bot]
2024-11-01 19:17:03 +00:00
Author: https://github.com/shannonbooth
Commit: 0c2400641e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1932
Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 15 additions and 4 deletions
|
@ -142,7 +142,10 @@ private:
|
|||
EnvironmentSettingsObject& incumbent_settings_object();
|
||||
JS::Realm& incumbent_realm();
|
||||
JS::Object& incumbent_global_object();
|
||||
|
||||
JS::Realm& current_principal_realm();
|
||||
EnvironmentSettingsObject& current_principal_settings_object();
|
||||
|
||||
JS::Object& current_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