Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index f804496eaf6d4a8b2bce8be8708fdcbc6e7fb350..e88eef29cc337c0f0f96f4dbb24ba2dcbfc890d8 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -5485,6 +5485,7 @@ class V8_EXPORT Isolate { |
| kArrayPrototypeConstructorModified = 26, |
| kArrayInstanceProtoModified = 27, |
| kArrayInstanceConstructorModified = 28, |
| + kLegacyFunctionDeclaration = 29, |
| // If you add new values here, you'll also need to update V8Initializer.cpp |
| // in Chromium. |