Skip to content

Commit

Permalink
src: replace deprecated ProcessDebugMessages
Browse files Browse the repository at this point in the history
PR-URL: #5159
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
targos authored and Ali Sheikh committed Mar 4, 2016
1 parent d515a3f commit cddd534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3572,7 +3572,7 @@ static void DispatchDebugMessagesAsyncCallback(uv_async_t* handle) {
}

Isolate::Scope isolate_scope(isolate);
v8::Debug::ProcessDebugMessages();
v8::Debug::ProcessDebugMessages(isolate);
CHECK_EQ(nullptr, node_isolate.exchange(isolate));
}

Expand Down

0 comments on commit cddd534

Please sign in to comment.