mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05: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
Reference in a new issue