Chromium Code Reviews| Index: src/objects.cc |
| diff --git a/src/objects.cc b/src/objects.cc |
| index bc5d3337221e5d2d937a88ace8a5ad1bbf4cfaf2..5f83f736ae0c33753b76f855e5a299d94bc2c9a9 100644 |
| --- a/src/objects.cc |
| +++ b/src/objects.cc |
| @@ -5268,7 +5268,6 @@ MaybeObject* Map::CopyNormalized(PropertyNormalizationMode mode, |
| result->set_inobject_properties(inobject_properties()); |
| } |
| - result->set_code_cache(code_cache()); |
| result->set_is_shared(sharing == SHARED_NORMALIZED_MAP); |
| result->set_dictionary_map(true); |