| Index: src/compiler/representation-change.cc
|
| diff --git a/src/compiler/representation-change.cc b/src/compiler/representation-change.cc
|
| index b4807ee1efba6f2e4dd1a9c1e8d332228a0c66ce..dcfebd1172536c4116a5669751a00c0ccd4f9910 100644
|
| --- a/src/compiler/representation-change.cc
|
| +++ b/src/compiler/representation-change.cc
|
| @@ -958,7 +958,7 @@ Node* RepresentationChanger::TypeError(Node* node,
|
| if (!testing_type_errors_) {
|
| std::ostringstream out_str;
|
| out_str << output_rep << " (";
|
| - output_type->PrintTo(out_str);
|
| + output_type->PrintTo(out_str, Type::SEMANTIC_DIM);
|
| out_str << ")";
|
|
|
| std::ostringstream use_str;
|
|
|