summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLHtmlElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLHtmlElement.h')
-rw-r--r--Libraries/LibWeb/HTML/HTMLHtmlElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLHtmlElement.h b/Libraries/LibWeb/HTML/HTMLHtmlElement.h
index a99cc73cdb..c06ce9957e 100644
--- a/Libraries/LibWeb/HTML/HTMLHtmlElement.h
+++ b/Libraries/LibWeb/HTML/HTMLHtmlElement.h
@@ -32,6 +32,8 @@ namespace Web {
class HTMLHtmlElement : public HTMLElement {
public:
+ using WrapperType = Bindings::HTMLHtmlElementWrapper;
+
HTMLHtmlElement(DOM::Document&, const FlyString& local_name);
virtual ~HTMLHtmlElement() override;
};