Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index e01da1e23f9715e6114efdf7160b9545be3b40ce..af0f72f6e42ed7db8e8582dda2d1508054ed276b 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5621,7 +5621,7 @@ class Internals { |
static const int kNullValueRootIndex = 7; |
static const int kTrueValueRootIndex = 8; |
static const int kFalseValueRootIndex = 9; |
- static const int kEmptyStringRootIndex = 161; |
+ static const int kEmptyStringRootIndex = 162; |
// The external allocation limit should be below 256 MB on all architectures |
// to avoid that resource-constrained embedders run low on memory. |