Chromium Code Reviews| Index: src/runtime/runtime-object.cc |
| diff --git a/src/runtime/runtime-object.cc b/src/runtime/runtime-object.cc |
| index 5dbbdbd6525954bc151206f34239edd470fe42c9..78c92c4a1c8d28655e3280ca680e9e3220a0fa01 100644 |
| --- a/src/runtime/runtime-object.cc |
| +++ b/src/runtime/runtime-object.cc |
| @@ -751,7 +751,7 @@ RUNTIME_FUNCTION(Runtime_HasProperty) { |
| } |
| -RUNTIME_FUNCTION(Runtime_IsPropertyEnumerable) { |
| +RUNTIME_FUNCTION(Runtime_PropertyIsEnumerable) { |
| HandleScope scope(isolate); |
| DCHECK(args.length() == 2); |