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