Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f50ef1a

Browse filesBrowse files
targosAli Sheikh
authored andcommitted
src: replace deprecated TerminateExecution
PR-URL: #5159 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent ac32340 commit f50ef1a
Copy full SHA for f50ef1a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/node_watchdog.cc‎

Copy file name to clipboardExpand all lines: src/node_watchdog.cc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void Watchdog::Async(uv_async_t* async) {
8383
void Watchdog::Timer(uv_timer_t* timer) {
8484
Watchdog* w = ContainerOf(&Watchdog::timer_, timer);
8585
uv_stop(w->loop_);
86-
V8::TerminateExecution(w->isolate());
86+
w->isolate()->TerminateExecution();
8787
}
8888

8989

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.