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

Unified Diff: runtime/bin/process.cc

Issue 154273003: Make std* blocking file-descriptors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update with bug. Created 6 years, 10 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 | « runtime/bin/platform_win.cc ('k') | runtime/bin/socket_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/process.cc
diff --git a/runtime/bin/process.cc b/runtime/bin/process.cc
index ebafedd28bf3e906e28990ff70e97f5d20abf31b..09476b9100971e4adbc677f55bdaee3d9244950f 100644
--- a/runtime/bin/process.cc
+++ b/runtime/bin/process.cc
@@ -209,7 +209,6 @@ void FUNCTION_NAME(Process_Exit)(Dart_NativeArguments args) {
DartUtils::GetInt64Value(Dart_GetNativeArgument(args, 0), &status);
Dart_ExitIsolate();
Dart_Cleanup();
- Platform::Cleanup();
exit(static_cast<int>(status));
}
« no previous file with comments | « runtime/bin/platform_win.cc ('k') | runtime/bin/socket_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698