mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:57:35 +00:00
LibWeb: Remove outdated version of determine_the_origin()
This commit is contained in:
parent
7b91f79817
commit
1f2ed7effc
3 changed files with 3 additions and 34 deletions
|
@ -286,9 +286,6 @@ private:
|
|||
bool m_has_been_discarded { false };
|
||||
};
|
||||
|
||||
// FIXME: Remove this once everything is switched to the new overload.
|
||||
HTML::Origin determine_the_origin(BrowsingContext const& browsing_context, Optional<AK::URL> url, SandboxingFlagSet sandbox_flags, Optional<HTML::Origin> invocation_origin);
|
||||
|
||||
HTML::Origin determine_the_origin(AK::URL const& url, SandboxingFlagSet sandbox_flags, Optional<HTML::Origin> source_origin, Optional<HTML::Origin> container_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