ソースを参照

LibWeb: Remove Weakable from Web::Page

Nothing requires this any more.
Shannon Booth 1 年間 前
コミット
af2bcc3b56
1 ファイル変更1 行追加3 行削除
  1. 1 3
      Userland/Libraries/LibWeb/Page/Page.h

+ 1 - 3
Userland/Libraries/LibWeb/Page/Page.h

@@ -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: