| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index eb166ab68d2e53745f8659ae1c1648785488d215..50ac3d51dae446f1bdbdff18af2bf7237ee926e0 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -5419,7 +5419,7 @@ class Internals {
|
| static const int kNullValueRootIndex = 7;
|
| static const int kTrueValueRootIndex = 8;
|
| static const int kFalseValueRootIndex = 9;
|
| - static const int kEmptyStringRootIndex = 134;
|
| + static const int kEmptyStringRootIndex = 135;
|
|
|
| static const int kNodeClassIdOffset = 1 * kApiPointerSize;
|
| static const int kNodeFlagsOffset = 1 * kApiPointerSize + 3;
|
|
|