| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index bbe65221f58a6538a8aa4b1579b2358fad68d2a2..a8c2ba47762af743c9b3655f3937bd1fa6a410c6 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -5736,6 +5736,7 @@ class V8_EXPORT Isolate {
|
| 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
|
|
|