Skip to content

Commit

Permalink
chore(ios): eliminate code warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwcg committed Aug 5, 2024
1 parent 5e6823a commit a98ec3a
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion driver/js/src/scope.cc
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ Scope::Scope(std::weak_ptr<Engine> engine,
: engine_(std::move(engine)),
context_(nullptr),
name_(std::move(name)),
call_ui_function_callback_id_(0),
extra_function_map_(std::make_unique<RegisterMap>()),
call_ui_function_callback_id_(0),
performance_(std::make_shared<Performance>()) {}

Scope::~Scope() {
Expand Down
Loading

0 comments on commit a98ec3a

Please sign in to comment.