Chromium Code Reviews| Index: runtime/bin/gen_snapshot.cc |
| =================================================================== |
| --- runtime/bin/gen_snapshot.cc (revision 20275) |
| +++ runtime/bin/gen_snapshot.cc (working copy) |
| @@ -335,7 +335,7 @@ |
| if (Dart_IsError(source)) { |
| return source; |
| } |
| - return Dart_LoadScript(resolved_script_uri, source); |
| + return Dart_LoadScript(resolved_script_uri, source, 0, 0); |
| } |