Fix API changes of base::Value
This commit is contained in:
parent
9d1b88ed59
commit
50e3bfa764
21 changed files with 55 additions and 55 deletions
|
@ -58,7 +58,7 @@ NodeDebugger::NodeDebugger(v8::Isolate* isolate)
|
|||
|
||||
// Start a new IO thread.
|
||||
base::Thread::Options options;
|
||||
options.message_loop_type = base::MessageLoop::TYPE_IO;
|
||||
options.message_loop_type = base::MessageLoop::Type::IO;
|
||||
if (!thread_.StartWithOptions(options)) {
|
||||
LOG(ERROR) << "Unable to start debugger thread";
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue