Index: src/v8-counters.h |
=================================================================== |
--- src/v8-counters.h (revision 3062) |
+++ src/v8-counters.h (working copy) |
@@ -52,9 +52,9 @@ |
HT(variable_allocation, V8.VariableAllocation) \ |
HT(ast_optimization, V8.ASTOptimization) \ |
HT(code_generation, V8.CodeGeneration) \ |
- HT(deferred_code_generation, V8.DeferredCodeGeneration) \ |
- HT(code_creation, V8.CodeCreation) |
+ HT(deferred_code_generation, V8.DeferredCodeGeneration) |
+ |
// WARNING: STATS_COUNTER_LIST_* is a very large macro that is causing MSVC |
// Intellisense to crash. It was broken into two macros (each of length 40 |
// lines) rather than one macro (of length about 80 lines) to work around |