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:
parent
cd9660f77c
commit
0c6dc2c5cb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user