From 3bf1af09164709ec23d6eb4f3db3866ad48ae587 Mon Sep 17 00:00:00 2001 From: "feng@chromium.org" Date: Tue, 30 Jun 2009 19:02:59 +0000 Subject: [PATCH] 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] Review URL: http://codereview.chromium.org/150121 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2312 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/x64/stub-cache-x64.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc index 481a4f6..f2e0e19 100644 --- a/src/x64/stub-cache-x64.cc +++ b/src/x64/stub-cache-x64.cc @@ -111,7 +111,7 @@ Object* LoadStubCompiler::CompileLoadInterceptor(JSObject* a, Object* LoadStubCompiler::CompileLoadGlobal(JSGlobalObject* object, JSGlobalPropertyCell* cell, - String* name, + String* name, bool is_dont_delete) { UNIMPLEMENTED(); return NULL; -- 2.7.4