Index: src/runtime/runtime-maths.cc |
diff --git a/src/runtime/runtime-maths.cc b/src/runtime/runtime-maths.cc |
index 807791b0fa5a67a48a20d65e70cfc2439ce907f6..a4435e09e98c63d229b7aac4a3b0943af2efed03 100644 |
--- a/src/runtime/runtime-maths.cc |
+++ b/src/runtime/runtime-maths.cc |
@@ -207,7 +207,7 @@ RUNTIME_FUNCTION(Runtime_RoundNumber) { |
} |
-RUNTIME_FUNCTION(Runtime_MathSqrtRT) { |
+RUNTIME_FUNCTION(Runtime_MathSqrt) { |
HandleScope scope(isolate); |
DCHECK(args.length() == 1); |
isolate->counters()->math_sqrt()->Increment(); |