Chromium Code Reviews| Index: src/objects.cc |
| diff --git a/src/objects.cc b/src/objects.cc |
| index 8703835f4687ae9edbba6bd44ff984a671b58fc5..44271db9fb7cd076f8e647a15b56c8427c11e0e8 100644 |
| --- a/src/objects.cc |
| +++ b/src/objects.cc |
| @@ -3522,7 +3522,7 @@ void MigrateFastToSlow(Handle<JSObject> object, Handle<Map> new_map, |
| FieldIndex index = FieldIndex::ForPropertyIndex(*new_map, i); |
| object->RawFastPropertyAtPut(index, Smi::FromInt(0)); |
| } |
| - } |
| + } |
| isolate->counters()->props_to_dictionary()->Increment(); |