Chromium Code Reviews| Index: src/date.js |
| diff --git a/src/date.js b/src/date.js |
| index 1b128c3a0aac5b67c601884b9b69faee32d8ac70..7a2f4d9e30a1851ab27708984ce7b9ca12d85303 100644 |
| --- a/src/date.js |
| +++ b/src/date.js |
| @@ -132,7 +132,7 @@ function TimeClip(time) { |
| // strings over and over again. |
| var Date_cache = { |
| // Cached time value. |
| - time: NAN, |
| + time: 0, |
| // String input for which the cached time is valid. |
| string: null |
| }; |