| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index d1867521f51e0ed395263c87efd98902dac36c3d..d910f1f9a3e2a642ab7795424fce15cc99a751a7 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 = 135;
|
| + static const int kEmptyStringRootIndex = 136;
|
|
|
| static const int kNodeClassIdOffset = 1 * kApiPointerSize;
|
| static const int kNodeFlagsOffset = 1 * kApiPointerSize + 3;
|
|
|