diff --git a/Userland/Libraries/LibWeb/Page/Page.h b/Userland/Libraries/LibWeb/Page/Page.h index 4ab3fd1a8f..487713a55d 100644 --- a/Userland/Libraries/LibWeb/Page/Page.h +++ b/Userland/Libraries/LibWeb/Page/Page.h @@ -37,9 +37,7 @@ namespace Web { class PageClient; -class Page final - : public JS::Cell - , public Weakable { +class Page final : public JS::Cell { JS_CELL(Page, JS::Cell); public: