diff --git a/src/node.cc b/src/node.cc index 467ba3ea753..58036033ec2 100644 --- a/src/node.cc +++ b/src/node.cc @@ -918,7 +918,7 @@ Handle UsingDomains(const Arguments& args) { Local ndt = ndt_v.As(); process->Set(String::New("_tickCallback"), tdc); process->Set(String::New("nextTick"), ndt); - process_tickCallback = Persistent::New(tdc); + process_tickCallback = Persistent::New(node_isolate, tdc); return Undefined(); }