Bläddra i källkod

LibWeb: Remove Weakable from Web::Page

Nothing requires this any more.
Shannon Booth 1 år sedan
förälder
incheckning
af2bcc3b56
1 ändrade filer med 1 tillägg och 3 borttagningar
  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 PageClient;
 
 
-class Page final
-    : public JS::Cell
-    , public Weakable<Page> {
+class Page final : public JS::Cell {
     JS_CELL(Page, JS::Cell);
     JS_CELL(Page, JS::Cell);
 
 
 public:
 public: