mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:47:35 +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 PageClient;
|
||||||
|
|
||||||
class Page final
|
class Page final : public JS::Cell {
|
||||||
: public JS::Cell
|
|
||||||
, public Weakable<Page> {
|
|
||||||
JS_CELL(Page, JS::Cell);
|
JS_CELL(Page, JS::Cell);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue