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