Chromium Code Reviews| Index: runtime/vm/code_generator.cc |
| =================================================================== |
| --- runtime/vm/code_generator.cc (revision 1713) |
| +++ runtime/vm/code_generator.cc (working copy) |
| @@ -322,7 +322,6 @@ |
| const TypeArguments& type_instantiator = |
| TypeArguments::CheckedHandle(arguments.At(2)); |
| ASSERT(type.IsFinalized()); |
| - ASSERT(!instance.IsNull()); |
| const Bool& result = Bool::Handle( |
| instance.IsInstanceOf(type, type_instantiator) ? |
| Bool::True() : Bool::False()); |