Chromium Code Reviews| Index: src/property.h |
| diff --git a/src/property.h b/src/property.h |
| index c82fb82846a704e64435ad134ec58e903d74699e..48435ccde25aa805b1381019f4a8e9e291926079 100644 |
| --- a/src/property.h |
| +++ b/src/property.h |
| @@ -66,6 +66,7 @@ class Descriptor BASE_EMBEDDED { |
| details_(attributes, type, representation, field_index) { } |
| friend class DescriptorArray; |
| + friend class Map; |
| }; |