| Index: src/log.h
|
| diff --git a/src/log.h b/src/log.h
|
| index 4c24da5b461b788485842a1df9aac1e8b976030f..1d7daeabd0cb10a93a058c6020d62c55d968e93a 100644
|
| --- a/src/log.h
|
| +++ b/src/log.h
|
| @@ -120,7 +120,9 @@ class LogMessageBuilder;
|
| V(EVAL_TAG, "Eval") \
|
| V(FUNCTION_TAG, "Function") \
|
| V(KEYED_LOAD_IC_TAG, "KeyedLoadIC") \
|
| + V(KEYED_EXTERNAL_ARRAY_LOAD_IC_TAG, "KeyedExternalArrayLoadIC") \
|
| V(KEYED_STORE_IC_TAG, "KeyedStoreIC") \
|
| + V(KEYED_EXTERNAL_ARRAY_STORE_IC_TAG, "KeyedExternalArrayStoreIC")\
|
| V(LAZY_COMPILE_TAG, "LazyCompile") \
|
| V(LOAD_IC_TAG, "LoadIC") \
|
| V(REG_EXP_TAG, "RegExp") \
|
|
|