| Index: runtime/bin/gen_snapshot.cc
|
| diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc
|
| index 5debf11dc8d42a3d55685fd44dfe0b86879d5dd4..9c0ab8770100b647df7e0371de6a60c3062dc47d 100644
|
| --- a/runtime/bin/gen_snapshot.cc
|
| +++ b/runtime/bin/gen_snapshot.cc
|
| @@ -500,7 +500,8 @@ int main(int argc, char** argv) {
|
| DartUtils::ReadFile,
|
| DartUtils::WriteFile,
|
| DartUtils::CloseFile,
|
| - DartUtils::EntropySource)) {
|
| + DartUtils::EntropySource,
|
| + NULL)) {
|
| Log::PrintErr("VM initialization failed\n");
|
| return 255;
|
| }
|
|
|