Chromium Code Reviews| Index: runtime/vm/code_generator.cc |
| =================================================================== |
| --- runtime/vm/code_generator.cc (revision 9382) |
| +++ runtime/vm/code_generator.cc (working copy) |
| @@ -324,7 +324,7 @@ |
| static void PrintTypeCheck( |
| const char* message, |
| const Instance& instance, |
| - const AbstractType&type, |
| + const AbstractType& type, |
| const AbstractTypeArguments& instantiator_type_arguments, |
| const Bool& result) { |
| DartFrameIterator iterator; |