Chromium Code Reviews| Index: runtime/bin/loader.cc |
| diff --git a/runtime/bin/loader.cc b/runtime/bin/loader.cc |
| index 22204788a81b4197e7021f6c7f70665417e66e8d..122e851a302bb167d097aadd5480be963028b998 100644 |
| --- a/runtime/bin/loader.cc |
| +++ b/runtime/bin/loader.cc |
| @@ -667,6 +667,7 @@ Dart_Handle Loader::DartColonLibraryTagHandler(Dart_LibraryTag tag, |
| } |
| // All cases should have been handled above. |
| UNREACHABLE(); |
| + return Dart_Null(); |
| } |