diff --git a/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h b/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h index ae389c1735..22a97da3df 100644 --- a/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h +++ b/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h @@ -53,8 +53,6 @@ public: virtual void determine_height_of_child(Box const&, AvailableSpace const&) override; private: - virtual bool is_block_formatting_context() const final { return true; } - CSSPixels compute_auto_height_for_block_level_element(Box const&, AvailableSpace const&); void compute_width_for_floating_box(Box const&, AvailableSpace const&);