| Index: src/ic/ic.cc
|
| diff --git a/src/ic/ic.cc b/src/ic/ic.cc
|
| index bafaffff7eaf5cf7392eb5cf3b19d93e46f8d592..820a4af2cfc29702f38ebce724310231b0917d3a 100644
|
| --- a/src/ic/ic.cc
|
| +++ b/src/ic/ic.cc
|
| @@ -132,12 +132,7 @@ void IC::TraceIC(const char* type, Handle<Object> name, State old_state,
|
| }
|
| PrintF(" (%c->%c%s) map=%p ", TransitionMarkFromState(old_state),
|
| TransitionMarkFromState(new_state), modifier, map);
|
| -#ifdef OBJECT_PRINT
|
| - OFStream os(stdout);
|
| - name->Print(os);
|
| -#else
|
| name->ShortPrint(stdout);
|
| -#endif
|
| PrintF("]\n");
|
| }
|
| }
|
|
|