Chromium Code Reviews| Index: runtime/vm/code_generator.cc |
| =================================================================== |
| --- runtime/vm/code_generator.cc (revision 34127) |
| +++ runtime/vm/code_generator.cc (working copy) |
| @@ -201,7 +201,7 @@ |
| type_arguments = |
| type_arguments.InstantiateAndCanonicalizeFrom(instantiator, NULL); |
| } |
| - ASSERT(type_arguments.IsInstantiated()); |
| + ASSERT(type_arguments.IsNull() || type_arguments.IsInstantiated()); |
| arguments.SetReturn(type_arguments); |
| } |