mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb: Update "appropriate template contents owner document" AO
This was moved from HTMLTemplateElement to Document at some point, so let's match the spec and move it here too.
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 10:31:19 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a4de30de5a
@@ -27,9 +27,9 @@ private:
|
||||
HTMLTemplateElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
virtual bool is_html_template_element() const final { return true; }
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
DOM::Document& appropriate_template_contents_owner_document(DOM::Document&);
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
JS::GCPtr<DOM::DocumentFragment> m_content;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user