Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index fa827d41f575f4c54f5e758de28a961545b2e29a..b09afb7f9d51c7660c08626a795aae48595e96de 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5737,6 +5737,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 |