Reviewers: Christian Plesner Hansen, Description: Fixed whitespace.
Please review this at http://codereview.chromium.org/43006 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/parser.h 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); }; --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
