| Index: runtime/vm/simulator_mips.cc
|
| diff --git a/runtime/vm/simulator_mips.cc b/runtime/vm/simulator_mips.cc
|
| index 2b03da8d0d0d0d626cab4e06f37b98280806b314..6e89dc3241b3cdabac80516d52fc2d6ecf3c4411 100644
|
| --- a/runtime/vm/simulator_mips.cc
|
| +++ b/runtime/vm/simulator_mips.cc
|
| @@ -280,7 +280,7 @@ void SimulatorDebugger::PrintDartFrame(uword pc, uword fp, uword sp,
|
| bool is_optimized,
|
| bool is_inlined) {
|
| const Script& script = Script::Handle(function.script());
|
| - const String& func_name = String::Handle(function.QualifiedUserVisibleName());
|
| + const String& func_name = String::Handle(function.QualifiedScrubbedName());
|
| const String& url = String::Handle(script.url());
|
| intptr_t line = -1;
|
| intptr_t column = -1;
|
|
|