mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
LibWeb: Update determine_the_origin
to match the latest spec
This commit is contained in:
parent
e33145aa4b
commit
8e832a174e
3 changed files with 11 additions and 12 deletions
|
@ -278,7 +278,7 @@ private:
|
|||
bool m_has_been_discarded { false };
|
||||
};
|
||||
|
||||
HTML::Origin determine_the_origin(AK::URL const& url, SandboxingFlagSet sandbox_flags, Optional<HTML::Origin> source_origin, Optional<HTML::Origin> container_origin);
|
||||
HTML::Origin determine_the_origin(AK::URL const& url, SandboxingFlagSet sandbox_flags, Optional<HTML::Origin> source_origin);
|
||||
|
||||
SandboxingFlagSet determine_the_creation_sandboxing_flags(BrowsingContext const&, JS::GCPtr<DOM::Element> embedder);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue