mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
parent
a0b44ff5e7
commit
85b424464a
Notes:
github-actions[bot]
2025-01-21 16:49:39 +00:00
Author: https://github.com/trflynn89
Commit: 85b424464a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3335
191 changed files with 574 additions and 574 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue