Chromium Code Reviews| Index: runtime/vm/exceptions.cc |
| =================================================================== |
| --- runtime/vm/exceptions.cc (revision 42832) |
| +++ runtime/vm/exceptions.cc (working copy) |
| @@ -697,10 +697,6 @@ |
| library = Library::CoreLibrary(); |
| class_name = &Symbols::UnsupportedError(); |
| break; |
| - case kInternalError: |
| - library = Library::CoreLibrary(); |
| - class_name = &Symbols::InternalError(); |
| - break; |
| case kNullThrown: |
| library = Library::CoreLibrary(); |
| class_name = &Symbols::NullThrownError(); |