| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 8c9f3d45e707d416c479a9780168aaf695848e2d..8896fe2e6f3ce75ac45ff3bb1347bcbda14d709e 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -5541,7 +5541,7 @@ class Internals {
|
| static const int kNullValueRootIndex = 7;
|
| static const int kTrueValueRootIndex = 8;
|
| static const int kFalseValueRootIndex = 9;
|
| - static const int kEmptyStringRootIndex = 162;
|
| + static const int kEmptyStringRootIndex = 160;
|
|
|
| static const int kNodeClassIdOffset = 1 * kApiPointerSize;
|
| static const int kNodeFlagsOffset = 1 * kApiPointerSize + 3;
|
|
|