Index: src/ic/ic.cc |
diff --git a/src/ic/ic.cc b/src/ic/ic.cc |
index 1c621fe4822afd89b284ba6b8a2cf2dc41731eb1..ca9e00a596a8cc814566c697a1cd18b041f7b42e 100644 |
--- a/src/ic/ic.cc |
+++ b/src/ic/ic.cc |
@@ -122,7 +122,7 @@ void IC::TraceIC(const char* type, Handle<Object> name, State old_state, |
modifier = GetTransitionMarkModifier( |
KeyedStoreIC::GetKeyedAccessStoreMode(extra_state)); |
} |
- PrintF(" (%c->%c%s)", TransitionMarkFromState(old_state), |
+ PrintF(" (%c->%c%s) ", TransitionMarkFromState(old_state), |
TransitionMarkFromState(new_state), modifier); |
#ifdef OBJECT_PRINT |
OFStream os(stdout); |