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