Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index bd4cb4eb9e3b2e38f65a223b28b371a4f465f7b2..e8ca3df18f28fd7219384d63e951f3607b6c7883 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 = 154; |
+ static const int kEmptyStringRootIndex = 155; |
// The external allocation limit should be below 256 MB on all architectures |
// to avoid that resource-constrained embedders run low on memory. |