Chromium Code Reviews| Index: src/log.h |
| diff --git a/src/log.h b/src/log.h |
| index 9532e8b2023171fc2b25746a66398243860ab2b4..718dc02be8f335b3757e8b2fbfe79688a2bae5ad 100644 |
| --- a/src/log.h |
| +++ b/src/log.h |
| @@ -135,6 +135,7 @@ class PositionsRecorder; |
| V(KEYED_EXTERNAL_ARRAY_STORE_IC_TAG, "KeyedExternalArrayStoreIC") \ |
| V(LAZY_COMPILE_TAG, "LazyCompile") \ |
| V(LOAD_IC_TAG, "LoadIC") \ |
| + V(LOAD_POLYMORPHIC_IC_TAG, "LoadPolymorphicIC") \ |
| V(REG_EXP_TAG, "RegExp") \ |
| V(SCRIPT_TAG, "Script") \ |
| V(STORE_IC_TAG, "StoreIC") \ |