| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 56e176ab14834bc87e99054e6920cde99345d0fa..45984a518f3571866254ead21162633635061bc7 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -4185,7 +4185,7 @@ class Internals {
|
| static const int kNullValueRootIndex = 7;
|
| static const int kTrueValueRootIndex = 8;
|
| static const int kFalseValueRootIndex = 9;
|
| - static const int kEmptySymbolRootIndex = 119;
|
| + static const int kEmptySymbolRootIndex = 120;
|
|
|
| static const int kNodeClassIdOffset = 1 * kApiPointerSize;
|
| static const int kNodeFlagsOffset = 1 * kApiPointerSize + 3;
|
|
|