| Index: src/log.h
 | 
| diff --git a/src/log.h b/src/log.h
 | 
| index 8b7d0bb194a630cd39e1ad0391ef3fa33d5b6f35..c01aca273a81501778fbba8f3982bdd0789fa29f 100644
 | 
| --- a/src/log.h
 | 
| +++ b/src/log.h
 | 
| @@ -144,7 +144,6 @@ struct TickSample;
 | 
|    V(KEYED_STORE_POLYMORPHIC_IC_TAG, "KeyedStorePolymorphicIC")          \
 | 
|    V(KEYED_EXTERNAL_ARRAY_STORE_IC_TAG, "KeyedExternalArrayStoreIC")     \
 | 
|    V(LAZY_COMPILE_TAG,               "LazyCompile")                      \
 | 
| -  V(CALL_IC_TAG,                    "CallIC")                           \
 | 
|    V(LOAD_IC_TAG,                    "LoadIC")                           \
 | 
|    V(LOAD_POLYMORPHIC_IC_TAG,        "LoadPolymorphicIC")                \
 | 
|    V(REG_EXP_TAG,                    "RegExp")                           \
 | 
| 
 |