| Index: src/runtime/runtime-maths.cc
|
| diff --git a/src/runtime/runtime-maths.cc b/src/runtime/runtime-maths.cc
|
| index 404305a150592ee07a8684e1bb55f290f7cea2b5..5bd7bde1ebfc5cd97341160751559702fe57a3e0 100644
|
| --- a/src/runtime/runtime-maths.cc
|
| +++ b/src/runtime/runtime-maths.cc
|
| @@ -15,7 +15,7 @@ namespace internal {
|
|
|
| RUNTIME_FUNCTION(Runtime_GenerateRandomNumbers) {
|
| HandleScope scope(isolate);
|
| - DCHECK(args.length() == 0);
|
| + DCHECK_EQ(0, args.length());
|
|
|
| Handle<Context> native_context = isolate->native_context();
|
| DCHECK_EQ(0, native_context->math_random_index()->value());
|
|
|