Chromium Code Reviews| Index: src/api.cc |
| diff --git a/src/api.cc b/src/api.cc |
| index ef7dac4223cb72481c617c08a844332c26281ce2..834783859f3011aee061e52d335b37809936d457 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 = |