| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 9adb1c041cf20bd2ed12d7a04dfe07c53cd1712b..10b38fa574b82927f0376fe4b9e13440f947ae6f 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -4301,7 +4301,7 @@ class Internals {
|
| static const int kNullValueRootIndex = 7;
|
| static const int kTrueValueRootIndex = 8;
|
| static const int kFalseValueRootIndex = 9;
|
| - static const int kEmptyStringRootIndex = 119;
|
| + static const int kEmptyStringRootIndex = 118;
|
|
|
| static const int kNodeClassIdOffset = 1 * kApiPointerSize;
|
| static const int kNodeFlagsOffset = 1 * kApiPointerSize + 3;
|
|
|