| Index: runtime/bin/gen_snapshot.cc
|
| ===================================================================
|
| --- runtime/bin/gen_snapshot.cc (revision 22381)
|
| +++ runtime/bin/gen_snapshot.cc (working copy)
|
| @@ -466,10 +466,7 @@
|
| // Note: We don't expect isolates to be created from dart code during
|
| // snapshot generation.
|
| if (!Dart_Initialize(NULL, NULL, NULL, NULL,
|
| - DartUtils::OpenFile,
|
| - DartUtils::ReadFile,
|
| - DartUtils::WriteFile,
|
| - DartUtils::CloseFile)) {
|
| + NULL, NULL, NULL)) {
|
| Log::PrintErr("VM initialization failed\n");
|
| return 255;
|
| }
|
|
|