| Index: include/v8.h
 | 
| diff --git a/include/v8.h b/include/v8.h
 | 
| index 37ac235d7ac56928fbc453492984d55649d50ca5..07513aa820117b8442135e3b986c55d88192f3b3 100644
 | 
| --- a/include/v8.h
 | 
| +++ b/include/v8.h
 | 
| @@ -5681,6 +5681,7 @@ class V8_EXPORT Isolate {
 | 
|      kRegExpPrototypeSourceGetter = 30,
 | 
|      kRegExpPrototypeOldFlagGetter = 31,
 | 
|      kDecimalWithLeadingZeroInStrictMode = 32,
 | 
| +    kLegacyDateParser = 33,
 | 
|  
 | 
|      // If you add new values here, you'll also need to update Chromium's:
 | 
|      // UseCounter.h, V8PerIsolateData.cpp, histograms.xml
 | 
| 
 |