LGTM. On Fri, Oct 24, 2008 at 9:08 AM, <[EMAIL PROTECTED]> wrote: > Reviewers: Kasper Lund, > > Description: > Fix build. > > Please review this at http://codereview.chromium.org/8144 > > SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ > > Affected files: > M src/objects-debug.cc > > > Index: src/objects-debug.cc > =================================================================== > --- src/objects-debug.cc (revision 577) > +++ src/objects-debug.cc (working copy) > @@ -327,6 +327,7 @@ > > static const char* TypeToString(InstanceType type) { > switch (type) { > + case INVALID_TYPE: return "INVALID"; > case MAP_TYPE: return "MAP"; > case HEAP_NUMBER_TYPE: return "HEAP_NUMBER"; > case SHORT_SYMBOL_TYPE: > > >
--~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
