mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
Ladybird: Update for LibJS global object construction changes
This commit is contained in:
parent
b1cc1bd47b
commit
90c0ae5e63
3 changed files with 6 additions and 4 deletions
|
@ -23,7 +23,7 @@ class ConsoleGlobalObject final : public JS::GlobalObject {
|
|||
JS_OBJECT(ConsoleGlobalObject, JS::GlobalObject);
|
||||
|
||||
public:
|
||||
ConsoleGlobalObject(Web::Bindings::WindowObject&);
|
||||
ConsoleGlobalObject(JS::Realm&, Web::Bindings::WindowObject&);
|
||||
virtual ~ConsoleGlobalObject() override = default;
|
||||
|
||||
virtual JS::ThrowCompletionOr<Object*> internal_get_prototype_of() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue