Remove whitespace
Review URL: https://chromiumcodereview.appspot.com/10949018 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12546 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
947663aaa3
commit
ab94a69d3d
@ -7455,7 +7455,7 @@ static void TrimEnumCache(Heap* heap, Map* map, DescriptorArray* descriptors) {
|
||||
live_enum = map->NumberOfDescribedProperties(OWN_DESCRIPTORS, DONT_ENUM);
|
||||
}
|
||||
if (live_enum == 0) return descriptors->ClearEnumCache();
|
||||
|
||||
|
||||
FixedArray* enum_cache = descriptors->GetEnumCache();
|
||||
|
||||
int to_trim = enum_cache->length() - live_enum;
|
||||
|
Loading…
Reference in New Issue
Block a user