| Index: src/api.cc
|
| diff --git a/src/api.cc b/src/api.cc
|
| index 7dc7a0dd335a7e9012d67b88b9afa9cd9452efae..3f1b44119fdfb6c841b58ee5a4595f2caa55d0e2 100644
|
| --- a/src/api.cc
|
| +++ b/src/api.cc
|
| @@ -4747,6 +4747,8 @@ void v8::Date::DateTimeConfigurationChangeNotification() {
|
| LOG_API(isolate, "Date::DateTimeConfigurationChangeNotification");
|
| ENTER_V8(isolate);
|
|
|
| + isolate->date_cache()->ResetDateCache();
|
| +
|
| i::HandleScope scope(isolate);
|
| // Get the function ResetDateCache (defined in date.js).
|
| i::Handle<i::String> func_name_str =
|
|
|