LGTM, thanks On Mon, Dec 8, 2008 at 12:23 PM, <[EMAIL PROTECTED]> wrote:
> Reviewers: Søren Gjesse, > > Description: > Fix trailing whitespace. > > TBR=sgjesse > > Please review this at http://codereview.chromium.org/13616 > > SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ > > Affected files: > M src/builtins.h > > > Index: src/builtins.h > =================================================================== > --- src/builtins.h (revision 935) > +++ src/builtins.h (working copy) > @@ -92,7 +92,7 @@ > V(LoadIC_DebugBreak, LOAD_IC, DEBUG_BREAK) \ > V(KeyedLoadIC_DebugBreak, KEYED_LOAD_IC, DEBUG_BREAK) \ > V(StoreIC_DebugBreak, STORE_IC, DEBUG_BREAK) \ > - V(KeyedStoreIC_DebugBreak, KEYED_STORE_IC, DEBUG_BREAK) > + V(KeyedStoreIC_DebugBreak, KEYED_STORE_IC, DEBUG_BREAK) > > > // Define list of builtins implemented in JavaScript. > > > --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
