Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 2c80280f3afc7c5b18f8e2b7e8427de48aaec54e..e2ebcdc7b0a3da38f41450acd00738a6a59aeb43 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -133,6 +133,7 @@ namespace internal { |
#define FOR_EACH_INTRINSIC_DATE(F) \ |
F(IsDate, 1, 1) \ |
F(DateCurrentTime, 0, 1) \ |
+ F(DateCacheVersion, 0, 1) \ |
F(ThrowNotDateError, 0, 1) |
#define FOR_EACH_INTRINSIC_DEBUG(F) \ |