mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:17:35 +00:00
Ladybird: Update for LibJS realm changes
This commit is contained in:
parent
a14b00e046
commit
c9e6967d7b
4 changed files with 17 additions and 12 deletions
|
@ -38,7 +38,7 @@ public:
|
|||
virtual JS::ThrowCompletionOr<bool> internal_delete(JS::PropertyKey const& name) override;
|
||||
virtual JS::ThrowCompletionOr<JS::MarkedVector<JS::Value>> internal_own_property_keys() const override;
|
||||
|
||||
virtual void initialize_global_object() override;
|
||||
virtual void initialize_global_object(JS::Realm&) override;
|
||||
|
||||
private:
|
||||
virtual void visit_edges(Visitor&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue