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