diff options
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLScriptElement.h')
-rw-r--r-- | Libraries/LibWeb/HTML/HTMLScriptElement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLScriptElement.h b/Libraries/LibWeb/HTML/HTMLScriptElement.h index 9cb0fa953e..f9d3ab885a 100644 --- a/Libraries/LibWeb/HTML/HTMLScriptElement.h +++ b/Libraries/LibWeb/HTML/HTMLScriptElement.h @@ -33,6 +33,8 @@ namespace Web { class HTMLScriptElement : public HTMLElement { public: + using WrapperType = Bindings::HTMLScriptElementWrapper; + HTMLScriptElement(DOM::Document&, const FlyString& local_name); virtual ~HTMLScriptElement() override; |