| Index: include/v8.h | 
| diff --git a/include/v8.h b/include/v8.h | 
| index b210638871c08b4f1e9ef050f184b7307dbf639a..480cbaa9553f295f6ad844f789e54fa128059402 100644 | 
| --- a/include/v8.h | 
| +++ b/include/v8.h | 
| @@ -3968,7 +3968,7 @@ class Internals { | 
| static const int kNullValueRootIndex = 7; | 
| static const int kTrueValueRootIndex = 8; | 
| static const int kFalseValueRootIndex = 9; | 
| -  static const int kEmptySymbolRootIndex = 113; | 
| +  static const int kEmptySymbolRootIndex = 112; | 
|  | 
| static const int kJSObjectType = 0xaa; | 
| static const int kFirstNonstringType = 0x80; | 
|  |