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