| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 4e0da26adc1397c8958db0bbf5c825024db7d4ff..62319203f418c4522b103b3d54ced4e43f09971b 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -5546,6 +5546,8 @@ class V8_EXPORT Isolate {
|
| kArrayInstanceProtoModified = 27,
|
| kArrayInstanceConstructorModified = 28,
|
| kLegacyFunctionDeclaration = 29,
|
| + kRegExpPrototypeSourceGetter = 30,
|
| + kRegExpPrototypeOldFlagGetter = 31,
|
|
|
| // If you add new values here, you'll also need to update V8Initializer.cpp
|
| // in Chromium.
|
|
|