Index: src/v8-counters.cc |
diff --git a/src/v8-counters.cc b/src/v8-counters.cc |
index a0c3ebd07c45ce7738dbcff4f3ed07b7e54f7053..c899b289a53d61f6e77b3b42c4e645c67e4f8715 100644 |
--- a/src/v8-counters.cc |
+++ b/src/v8-counters.cc |
@@ -82,7 +82,7 @@ Counters::Counters(Isolate* isolate) { |
StatsCounter(isolate, "c:" "V8.CountOf_CODE_AGE-" #name); \ |
size_of_CODE_AGE_##name##_ = \ |
StatsCounter(isolate, "c:" "V8.SizeOf_CODE_AGE-" #name); |
- CODE_AGE_LIST_WITH_NO_AGE(SC) |
+ CODE_AGE_LIST_COMPLETE(SC) |
#undef SC |
} |