1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:27:35 +00:00

WebContent: Convert ConsoleGlobalObject functions to ThrowCompletionOr

This commit is contained in:
Idan Horowitz 2021-10-31 17:05:46 +02:00
parent 10b93506ad
commit 9d1fb85f93
2 changed files with 6 additions and 8 deletions

View file

@ -41,7 +41,7 @@ private:
virtual void visit_edges(Visitor&) override;
// Because $0 is not a nice C++ function name
JS_DECLARE_OLD_NATIVE_FUNCTION(inspected_node_getter);
JS_DECLARE_NATIVE_FUNCTION(inspected_node_getter);
Web::Bindings::WindowObject* m_window_object;
};