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