| Index: src/runtime/runtime-date.cc
|
| diff --git a/src/runtime/runtime-date.cc b/src/runtime/runtime-date.cc
|
| index 4caf27de0f403c0fc8cd5471e4b340f886a881b9..f8b88e1398ea4c5c1daa0c7de9f24e28c612342d 100644
|
| --- a/src/runtime/runtime-date.cc
|
| +++ b/src/runtime/runtime-date.cc
|
| @@ -170,7 +170,7 @@ RUNTIME_FUNCTION(Runtime_DateCacheVersion) {
|
| }
|
|
|
|
|
| -RUNTIME_FUNCTION(RuntimeReference_DateField) {
|
| +RUNTIME_FUNCTION(Runtime_DateField) {
|
| SealHandleScope shs(isolate);
|
| DCHECK(args.length() == 2);
|
| CONVERT_ARG_CHECKED(Object, obj, 0);
|
|
|