| Index: src/counters.h
|
| diff --git a/src/counters.h b/src/counters.h
|
| index a9124b3a31af41caa2b31e5460e4a7a4c3ce3e90..20d32bc2ed8ad5c32e97f6412c0534df654b63b6 100644
|
| --- a/src/counters.h
|
| +++ b/src/counters.h
|
| @@ -759,7 +759,6 @@ class RuntimeCallTimerScope {
|
| SC(math_atan2_runtime, V8.MathAtan2Runtime) \
|
| SC(math_clz32_runtime, V8.MathClz32Runtime) \
|
| SC(math_exp_runtime, V8.MathExpRuntime) \
|
| - SC(math_floor_runtime, V8.MathFloorRuntime) \
|
| SC(math_log_runtime, V8.MathLogRuntime) \
|
| SC(math_pow_runtime, V8.MathPowRuntime) \
|
| SC(math_round_runtime, V8.MathRoundRuntime) \
|
|
|