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:
parent
10b93506ad
commit
9d1fb85f93
2 changed files with 6 additions and 8 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue