Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index b8918c424af1e056a623cab2f6ae86890a3efee8..96d8a741e67f9135d7f11ec9158d03fa56092a85 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -134,7 +134,7 @@ namespace internal { |
| #define FOR_EACH_INTRINSIC_DATE(F) \ |
| F(DateMakeDay, 2, 1) \ |
| F(DateSetValue, 3, 1) \ |
| - F(ThrowIfNotADate, 1, 1) \ |
| + F(IsDate, 1, 1) \ |
| F(ThrowNotDateError, 0, 1) \ |
| F(DateCurrentTime, 0, 1) \ |
| F(DateParseString, 2, 1) \ |