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