| Index: runtime/bin/main.cc
|
| diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
|
| index 0d3fc4e970b84adc392c0c4b11f5bed880459ab0..4e2b24acce608c4e11f99cce29d897f7384bef8b 100644
|
| --- a/runtime/bin/main.cc
|
| +++ b/runtime/bin/main.cc
|
| @@ -1033,7 +1033,7 @@ void main(int argc, char** argv) {
|
| }
|
|
|
| // Initialize the Dart VM.
|
| - if (!Dart_Initialize(vm_isolate_snapshot_buffer,
|
| + if (!Dart_Initialize(vm_isolate_snapshot_buffer, NULL,
|
| CreateIsolateAndSetup, NULL, NULL, ShutdownIsolate,
|
| DartUtils::OpenFile,
|
| DartUtils::ReadFile,
|
|
|