mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:58:12 +00:00
LibWeb: Remove Weakable from Web::Page
Nothing requires this any more.
This commit is contained in:
parent
fd7be22653
commit
af2bcc3b56
1 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue