Pārlūkot izejas kodu

LibWeb: Remove Weakable from Web::Page

Nothing requires this any more.
Shannon Booth 1 gadu atpakaļ
vecāks
revīzija
af2bcc3b56
1 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  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: