Author: [email protected]
Date: Tue Jun 30 12:02:59 2009
New Revision: 2312
Modified:
branches/bleeding_edge/src/x64/stub-cache-x64.cc
Log:
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
Modified: branches/bleeding_edge/src/x64/stub-cache-x64.cc
==============================================================================
--- branches/bleeding_edge/src/x64/stub-cache-x64.cc (original)
+++ branches/bleeding_edge/src/x64/stub-cache-x64.cc Tue Jun 30 12:02:59
2009
@@ -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
-~----------~----~----~----~------~----~------~--~---