Commit 3bf1af09 authored by feng@chromium.org's avatar feng@chromium.org

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
parent 5d5cb0bf
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment