| Index: src/api.cc
|
| diff --git a/src/api.cc b/src/api.cc
|
| index 4dd56d16ad990a2c86f946f0c3f51b7a9c945d00..f787d9c5dd41668deada20c08171bf88f1405621 100644
|
| --- a/src/api.cc
|
| +++ b/src/api.cc
|
| @@ -4747,7 +4747,7 @@ void v8::Date::DateTimeConfigurationChangeNotification() {
|
| ENTER_V8(isolate);
|
|
|
| i::HandleScope scope(isolate);
|
| - // Get the function ResetDateCache (defined in date-delay.js).
|
| + // Get the function ResetDateCache (defined in date.js).
|
| i::Handle<i::String> func_name_str =
|
| isolate->factory()->LookupAsciiSymbol("ResetDateCache");
|
| i::MaybeObject* result =
|
|
|