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