OK On Tue, Mar 10, 2009 at 1:40 PM, <[email protected]> wrote: > Reviewers: Mads Ager, > > Description: > Remove spaces to satisfy linter > > [email protected] > > Please review this at http://codereview.chromium.org/43012 > > SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ > > Affected files: > M src/factory.cc > > > Index: src/factory.cc > =================================================================== > --- src/factory.cc (revision 1474) > +++ src/factory.cc (working copy) > @@ -167,7 +167,7 @@ > } > } > Heap::SetLastScriptId(Smi::FromInt(id)); > - > + > // Create and initialize script object. > Handle<Script> script = Handle<Script>::cast(NewStruct(SCRIPT_TYPE)); > script->set_source(*source); > > >
--~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
