| Index: runtime/bin/main.cc
|
| diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
|
| index 3d4fe791c24323ef49bf218795dafd5cd6c9d149..0eafb9cbbee15d703dec159558f4bb3011521235 100644
|
| --- a/runtime/bin/main.cc
|
| +++ b/runtime/bin/main.cc
|
| @@ -1635,6 +1635,7 @@ void main(int argc, char** argv) {
|
| char* error = Dart_Initialize(
|
| vm_isolate_snapshot_buffer, instructions_snapshot, data_snapshot,
|
| CreateIsolateAndSetup, NULL, NULL, ShutdownIsolate,
|
| + NULL,
|
| DartUtils::OpenFile,
|
| DartUtils::ReadFile,
|
| DartUtils::WriteFile,
|
|
|