| Index: runtime/vm/il_printer.h
|
| diff --git a/runtime/vm/il_printer.h b/runtime/vm/il_printer.h
|
| index c1d036f44952c5192995c8a947e39e3df8a0da3f..157cd330d71af5a751f8b8d0b9a8b24a264762f8 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,
|
| + TokenDescriptor token_pos,
|
| Value* value,
|
| const AbstractType& dst_type,
|
| const String& dst_name,
|
|
|