Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index c766a7a6e2acbf8508f9ff11791ba18f50f50a97..49b04a116dc27431ed71bc02f0ab8d43b5fd383a 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -1030,7 +1030,9 @@ class RuntimeCallTimerScope { |
/* TODO(karlschimpf) Update chrome flags to reflect asm/wasm split. */ \ |
HM(wasm_asm_function_size_bytes, V8.WasmFunctionSizeBytes) \ |
HM(wasm_wasm_function_size_bytes, V8.WasmFunctionSizeBytes) \ |
- HM(wasm_module_size_bytes, V8.WasmModuleSizeBytes) |
+ /* TODO(karlschimpf) Update chrome flags to reflect asm/wasm split. */ \ |
+ HM(wasm_asm_module_size_bytes, V8.WasmModuleSizeBytes) \ |
+ HM(wasm_wasm_module_size_bytes, V8.WasmModuleSizeBytes) |
// 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 |