Chromium Code Reviews| Index: src/parser.h | 
| =================================================================== | 
| --- src/parser.h (revision 1470) | 
| +++ src/parser.h (working copy) | 
| @@ -188,10 +188,10 @@ | 
| static Handle<FixedArray> GetElements(Handle<FixedArray> value); | 
| private: | 
| - static const int kTypeSlot = 0; | 
| - static const int kElementsSlot = 1; | 
| + static const int kTypeSlot = 0; | 
| + static const int kElementsSlot = 1; | 
| - DISALLOW_IMPLICIT_CONSTRUCTORS(CompileTimeValue); | 
| + DISALLOW_IMPLICIT_CONSTRUCTORS(CompileTimeValue); | 
| }; |