Chromium Code Reviews| Index: src/runtime.cc |
| diff --git a/src/runtime.cc b/src/runtime.cc |
| index 1aaa3cd92a70b10d8521ffde464cec500aecd393..c786a23de9143faadad08626dd83c3e84c5e0b13 100644 |
| --- a/src/runtime.cc |
| +++ b/src/runtime.cc |
| @@ -1710,7 +1710,6 @@ static Handle<JSWeakCollection> WeakCollectionInitialize( |
| ASSERT(weak_collection->map()->inobject_properties() == 0); |
| Handle<ObjectHashTable> table = ObjectHashTable::New(isolate, 0); |
| weak_collection->set_table(*table); |
| - weak_collection->set_next(Smi::FromInt(0)); |
| return weak_collection; |
| } |