| Index: src/runtime/runtime-maths.cc
|
| diff --git a/src/runtime/runtime-maths.cc b/src/runtime/runtime-maths.cc
|
| index dedd0480f8c138f04468fd04ce3f673bc1120d29..807791b0fa5a67a48a20d65e70cfc2439ce907f6 100644
|
| --- a/src/runtime/runtime-maths.cc
|
| +++ b/src/runtime/runtime-maths.cc
|
| @@ -112,7 +112,7 @@ RUNTIME_FUNCTION(Runtime_MathExpRT) {
|
| }
|
|
|
|
|
| -RUNTIME_FUNCTION(Runtime_MathFloorRT) {
|
| +RUNTIME_FUNCTION(Runtime_MathFloor) {
|
| HandleScope scope(isolate);
|
| DCHECK(args.length() == 1);
|
| isolate->counters()->math_floor()->Increment();
|
|
|