| Index: runtime/vm/intermediate_language_ia32.cc
|
| diff --git a/runtime/vm/intermediate_language_ia32.cc b/runtime/vm/intermediate_language_ia32.cc
|
| index 2630d01d4ce87dcc9e7026ee0d5a3773bba516fb..9e3bb1b5def17e7e8ca741b1a36d8a5d150e1a96 100644
|
| --- a/runtime/vm/intermediate_language_ia32.cc
|
| +++ b/runtime/vm/intermediate_language_ia32.cc
|
| @@ -1644,7 +1644,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(
|
|
|