Index: src/log.h |
diff --git a/src/log.h b/src/log.h |
index 771709c8a106ae54acf01b8a131b986dc6ab005f..f3f17a9668abce8b99d1cc11669dc83af9332cc8 100644 |
--- a/src/log.h |
+++ b/src/log.h |
@@ -119,7 +119,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") \ |