summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/ReplacedBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/ReplacedBox.h')
-rw-r--r--Userland/Libraries/LibWeb/Layout/ReplacedBox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/ReplacedBox.h b/Userland/Libraries/LibWeb/Layout/ReplacedBox.h
index 28032d5aa8..f2bfa4a3cd 100644
--- a/Userland/Libraries/LibWeb/Layout/ReplacedBox.h
+++ b/Userland/Libraries/LibWeb/Layout/ReplacedBox.h
@@ -12,6 +12,8 @@
namespace Web::Layout {
class ReplacedBox : public Box {
+ JS_CELL(ReplacedBox, Box);
+
public:
ReplacedBox(DOM::Document&, DOM::Element&, NonnullRefPtr<CSS::StyleProperties>);
virtual ~ReplacedBox() override;