Revision: 3266 Author: [email protected] Date: Tue Nov 10 09:39:54 2009 Log: Remove trailing whitespace in test-debug.cc to make flexo happy.
[email protected] Review URL: http://codereview.chromium.org/388005 http://code.google.com/p/v8/source/detail?r=3266 Modified: /branches/bleeding_edge/test/cctest/test-debug.cc ======================================= --- /branches/bleeding_edge/test/cctest/test-debug.cc Tue Nov 10 08:13:21 2009 +++ /branches/bleeding_edge/test/cctest/test-debug.cc Tue Nov 10 09:39:54 2009 @@ -3487,7 +3487,7 @@ grandProtoObj->SetHiddenValue(v8::String::New("v8::test-debug::c"), v8::Int32::New(13)); env->Global()->Set(v8::String::New("grandProtoObj"), grandProtoObj); - + // Setting prototypes: obj->protoObj->grandProtoObj protoObj->Set(v8::String::New("__proto__"), grandProtoObj); obj->Set(v8::String::New("__proto__"), protoObj); --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
