1
Fork 0
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:
Luke Wilde 2022-08-23 17:25:10 +01:00 committed by Andrew Kaster
parent a14b00e046
commit c9e6967d7b
4 changed files with 17 additions and 12 deletions

View file

@ -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;