mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Notes:
github-actions[bot]
2025-01-21 16:49:39 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/85b424464a1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3335
@@ -51,7 +51,7 @@ ProhibitsMixedSecurityContexts does_settings_prohibit_mixed_security_contexts(GC
|
||||
// 2. If settings’ global object is a window, then:
|
||||
if (is<HTML::Window>(settings->global_object())) {
|
||||
// 1. Set document to settings’ global object's associated Document.
|
||||
auto document = verify_cast<HTML::Window>(settings->global_object()).document();
|
||||
auto document = as<HTML::Window>(settings->global_object()).document();
|
||||
|
||||
// 2. For each navigable navigable in document’s ancestor navigables:
|
||||
for (auto const& navigable : document->ancestor_navigables()) {
|
||||
|
||||
Reference in New Issue
Block a user