Chromium Code Reviews| Index: runtime/vm/bootstrap_nocorelib.cc |
| =================================================================== |
| --- runtime/vm/bootstrap_nocorelib.cc (revision 3415) |
| +++ runtime/vm/bootstrap_nocorelib.cc (working copy) |
| @@ -27,7 +27,7 @@ |
| } |
| -void Bootstrap::Compile(const Library& library, const Script& script) { |
| +RawError* Bootstrap::Compile(const Library& library, const Script& script) { |
| UNREACHABLE(); |
| } |