Chromium Code Reviews| Index: runtime/bin/gen_snapshot.cc |
| diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc |
| index 0b69d91f35e67ae1877d487d40a5784ab3af9bd9..2f19fb23f8f0eccfbdbfb5505c73206177fb827b 100644 |
| --- a/runtime/bin/gen_snapshot.cc |
| +++ b/runtime/bin/gen_snapshot.cc |
| @@ -592,6 +592,7 @@ int main(int argc, char** argv) { |
| // closures and setting up 'package root' for URI resolution. |
| result = |
| DartUtils::PrepareForScriptLoading(package_root, |
| + NULL, |
| false, |
| false, |
| builtin_lib); |