chore: convert more module and helper files from bind (#18069)
This commit is contained in:
parent
2dd108e9c9
commit
55a7f92297
10 changed files with 42 additions and 40 deletions
|
@ -40,7 +40,7 @@ class StreamSubscriber
|
|||
friend class base::RefCountedDeleteOnSequence<StreamSubscriber>;
|
||||
|
||||
using JSHandlersMap = std::map<std::string, v8::Global<v8::Value>>;
|
||||
using EventCallback = base::Callback<void(mate::Arguments* args)>;
|
||||
using EventCallback = base::RepeatingCallback<void(mate::Arguments* args)>;
|
||||
|
||||
~StreamSubscriber();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue