Skip to content

Commit

Permalink
undo callbacks change
Browse files Browse the repository at this point in the history
  • Loading branch information
garywilb committed Dec 2, 2024
1 parent aabb433 commit 0dcb339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Dispatcher {
void Deactivate();

protected:
std::vector<v8::Persistent<v8::Function, v8::Global<v8::Function> > > callbacks; // NOLINT
std::vector<v8::Persistent<v8::Function, v8::CopyablePersistentTraits<v8::Function> > > callbacks; // NOLINT

uv_mutex_t async_lock;

Expand Down

0 comments on commit 0dcb339

Please sign in to comment.