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"); |
} |