mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
LibWeb/HTML: Add cloning steps for HTMLScriptElement
This commit is contained in:
committed by
Tim Ledbetter
parent
2e96ba11e4
commit
3dbaae5cfc
@@ -63,6 +63,8 @@ public:
|
||||
[[nodiscard]] bool async() const;
|
||||
void set_async(bool);
|
||||
|
||||
virtual WebIDL::ExceptionOr<void> cloned(Node&, bool) override;
|
||||
|
||||
private:
|
||||
HTMLScriptElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user