| Index: runtime/bin/gen_snapshot.cc
|
| diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc
|
| index 2f19fb23f8f0eccfbdbfb5505c73206177fb827b..4c18137e0bb96360c95f1c07ad94557f1a580774 100644
|
| --- a/runtime/bin/gen_snapshot.cc
|
| +++ b/runtime/bin/gen_snapshot.cc
|
| @@ -544,7 +544,7 @@ int main(int argc, char** argv) {
|
| // Initialize the Dart VM.
|
| // Note: We don't expect isolates to be created from dart code during
|
| // snapshot generation.
|
| - if (!Dart_Initialize(NULL,
|
| + if (!Dart_Initialize(NULL, NULL,
|
| NULL, NULL, NULL, NULL,
|
| DartUtils::OpenFile,
|
| DartUtils::ReadFile,
|
|
|