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