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