Selaa lähdekoodia

LibWeb: Remove Weakable from Web::Page

Nothing requires this any more.
Shannon Booth 1 vuosi sitten
vanhempi
commit
af2bcc3b56
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  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: