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