| Index: runtime/vm/il_printer.h
|
| diff --git a/runtime/vm/il_printer.h b/runtime/vm/il_printer.h
|
| index c1d036f44952c5192995c8a947e39e3df8a0da3f..bc19c75d1b9d76a42d51cc6f59c568d764cf584a 100644
|
| --- a/runtime/vm/il_printer.h
|
| +++ b/runtime/vm/il_printer.h
|
| @@ -48,7 +48,7 @@ class FlowGraphPrinter : public ValueObject {
|
| void PrintInstruction(Instruction* instr);
|
| static void PrintOneInstruction(Instruction* instr, bool print_locations);
|
| static void PrintTypeCheck(const ParsedFunction& parsed_function,
|
| - intptr_t token_pos,
|
| + TokenPosition token_pos,
|
| Value* value,
|
| const AbstractType& dst_type,
|
| const String& dst_name,
|
|
|