mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb: Remove underlying realm from SyntheticRealmSettings
This was removed from the ShadowRealm HTML spec integration PR after my suggestion as it is not used anywhere, and I don't believe it would ever need to be used in the future or by other specs.
This commit is contained in:
committed by
Andrew Kaster
parent
43f75dcba0
commit
b677844f8d
Notes:
github-actions[bot]
2024-11-24 22:30:53 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/b677844f8dc Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2556 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/yyny
@@ -13,7 +13,6 @@ void SyntheticRealmSettings::visit_edges(JS::Cell::Visitor& visitor)
|
||||
{
|
||||
execution_context->visit_edges(visitor);
|
||||
visitor.visit(principal_realm);
|
||||
visitor.visit(underlying_realm);
|
||||
visitor.visit(module_map);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user