Remove trailing whitespace in test-debug.cc to make flexo happy.

TBR=ager@chromium.org
Review URL: http://codereview.chromium.org/388005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3266 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
yurys@chromium.org 2009-11-10 17:39:54 +00:00
parent cd9660f77c
commit 0c6dc2c5cb

View File

@ -3487,7 +3487,7 @@ TEST(NoHiddenProperties) {
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);