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

Unified Diff: runtime/bin/main.cc

Issue 11413101: Added support for isolate unhandled exceptions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index bbd8f7017899b438160ba3417b2334bec3985a47..f125047374b270d63cc2fa17017e1653ea759d3c 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -691,6 +691,7 @@ int main(int argc, char** argv) {
// Initialize the Dart VM.
if (!Dart_Initialize(CreateIsolateAndSetup,
NULL,
+ NULL,
ShutdownIsolate)) {
return ErrorExit("VM initialization failed\n");
}
« no previous file with comments | « runtime/bin/gen_snapshot.cc ('k') | runtime/bin/run_vm_tests.cc » ('j') | runtime/vm/isolate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698