| Index: src/counters.h
|
| diff --git a/src/counters.h b/src/counters.h
|
| index 2a3a1b8373ce156382ae70b161d587387254a814..ea2c47d64ea87d36d66b1a8883d217349b79ab68 100644
|
| --- a/src/counters.h
|
| +++ b/src/counters.h
|
| @@ -1017,7 +1017,6 @@ class RuntimeCallTimerScope {
|
| SC(regexp_entry_native, V8.RegExpEntryNative) \
|
| SC(number_to_string_native, V8.NumberToStringNative) \
|
| SC(number_to_string_runtime, V8.NumberToStringRuntime) \
|
| - SC(math_atan2_runtime, V8.MathAtan2Runtime) \
|
| SC(math_exp_runtime, V8.MathExpRuntime) \
|
| SC(math_log_runtime, V8.MathLogRuntime) \
|
| SC(math_pow_runtime, V8.MathPowRuntime) \
|
|
|