Reviewers: sgjesse, Message: TBR = sgjesse
Description: Fix the redness on Flexo. /auto/JavaScriptV8/flexo/linux64/v8/src/x64/stub-cache-x64.cc:0: One or more unexpected \r (^M) found;better to use only a \n [whitespace/newline] [1] Please review this at http://codereview.chromium.org/150121 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/x64/stub-cache-x64.cc Index: src/x64/stub-cache-x64.cc =================================================================== --- src/x64/stub-cache-x64.cc (revision 2311) +++ src/x64/stub-cache-x64.cc (working copy) @@ -111,7 +111,7 @@ Object* LoadStubCompiler::CompileLoadGlobal(JSGlobalObject* object, JSGlobalPropertyCell* cell, - String* name, + String* name, bool is_dont_delete) { UNIMPLEMENTED(); return NULL; --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
