mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 09:06:08 +00:00
LibWeb/HTML: Add missing SecurityError checks to Location
This commit is contained in:
parent
0b8ebfb618
commit
bfe0df5677
Notes:
sideshowbarker
2024-07-16 23:34:49 +09:00
Author: https://github.com/linusg
Commit: bfe0df5677
Pull-request: https://github.com/SerenityOS/serenity/pull/17718
2 changed files with 49 additions and 15 deletions
|
@ -71,7 +71,7 @@ private:
|
|||
virtual JS::ThrowCompletionOr<void> initialize(JS::Realm&) override;
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
DOM::Document const* relevant_document() const;
|
||||
JS::GCPtr<DOM::Document> relevant_document() const;
|
||||
AK::URL url() const;
|
||||
|
||||
// [[CrossOriginPropertyDescriptorMap]], https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertydescriptormap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue