| Index: runtime/vm/intermediate_language_x64.cc
|
| diff --git a/runtime/vm/intermediate_language_x64.cc b/runtime/vm/intermediate_language_x64.cc
|
| index 35d73a2053bf6108a51b5449269f2d4fa6c90a9a..fc49bda20b9522a35157379a55d5e5678a128538 100644
|
| --- a/runtime/vm/intermediate_language_x64.cc
|
| +++ b/runtime/vm/intermediate_language_x64.cc
|
| @@ -1673,7 +1673,7 @@ class BoxAllocationSlowPath : public SlowPathCode {
|
| if (Assembler::EmittingComments()) {
|
| __ Comment("%s slow path allocation of %s",
|
| instruction_->DebugName(),
|
| - String::Handle(cls_.PrettyName()).ToCString());
|
| + String::Handle(cls_.ScrubbedName()).ToCString());
|
| }
|
| __ Bind(entry_label());
|
| const Code& stub = Code::ZoneHandle(compiler->zone(),
|
|
|