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