| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index d9ba12b4bde10f13f61a60ad72651845056f0a0a..2b69fc28f62ae1087f874b43ea9785b90d1e40b9 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -6479,7 +6479,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.
|
|
|