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