mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb: Rename current_global_object to current_principal_global_object
Again, following a rename as part of the introduction of shadow realms inducing a bunch of mechanical changes.
This commit is contained in:
committed by
Andrew Kaster
parent
0c2400641e
commit
84dc83e0e0
Notes:
github-actions[bot]
2024-11-01 19:16:55 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/84dc83e0e0a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1932 Reviewed-by: https://github.com/ADKaster ✅
@@ -146,7 +146,7 @@ JS::Object& incumbent_global_object();
|
||||
JS::Realm& current_principal_realm();
|
||||
EnvironmentSettingsObject& current_principal_settings_object();
|
||||
|
||||
JS::Object& current_global_object();
|
||||
JS::Object& current_principal_global_object();
|
||||
JS::Realm& relevant_realm(JS::Object const&);
|
||||
EnvironmentSettingsObject& relevant_settings_object(JS::Object const&);
|
||||
EnvironmentSettingsObject& relevant_settings_object(DOM::Node const&);
|
||||
|
||||
Reference in New Issue
Block a user