LibWeb: Remove Weakable from Web::Page

Nothing requires this any more.
This commit is contained in:
Shannon Booth 2023-12-03 16:56:32 +13:00 committed by Andreas Kling
parent fd7be22653
commit af2bcc3b56

View file

@ -37,9 +37,7 @@ namespace Web {
class PageClient;
class Page final
: public JS::Cell
, public Weakable<Page> {
class Page final : public JS::Cell {
JS_CELL(Page, JS::Cell);
public: