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