Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index a8c2ba47762af743c9b3655f3937bd1fa6a410c6..bbe65221f58a6538a8aa4b1579b2358fad68d2a2 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -5736,7 +5736,6 @@ |
| kDecimalWithLeadingZeroInStrictMode = 32, |
| kLegacyDateParser = 33, |
| kDefineGetterOrSetterWouldThrow = 34, |
| - kFunctionConstructorReturnedUndefined = 35, |
| // If you add new values here, you'll also need to update Chromium's: |
| // UseCounter.h, V8PerIsolateData.cpp, histograms.xml |