| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index a019c9d561f92a00ece1efd263e5d0a0c1deb987..fe3b020417fadb42eeab6eefa03a4c79c06abe04 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -5398,7 +5398,7 @@ class Internals {
|
| static const int kNullValueRootIndex = 7;
|
| static const int kTrueValueRootIndex = 8;
|
| static const int kFalseValueRootIndex = 9;
|
| - static const int kEmptyStringRootIndex = 146;
|
| + static const int kEmptyStringRootIndex = 147;
|
|
|
| static const int kNodeClassIdOffset = 1 * kApiPointerSize;
|
| static const int kNodeFlagsOffset = 1 * kApiPointerSize + 3;
|
|
|