Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: src/d8.cc

Issue 1294913005: [d8] Fix flakiness when calling quit() with isolates (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.cc
diff --git a/src/d8.cc b/src/d8.cc
index d1eb9592777b3cfe2270df001c36db49885447c5..524051921b0c94af83d3a74dac77482dedbcdbcd 100644
--- a/src/d8.cc
+++ b/src/d8.cc
@@ -814,7 +814,7 @@ void Shell::QuitOnce(v8::FunctionCallbackInfo<v8::Value>* args) {
CleanupWorkers();
#endif // !V8_SHARED
OnExit(args->GetIsolate());
- exit(exit_code);
+ Exit(exit_code);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698