| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 69a9c9c8247d1919d55fba58f39d8c0a35a8bf4e..e8bc067d3e9ffeb3fc45b74baef9a21851dc6a60 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -6429,7 +6429,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.
|
|
|