Chromium Code Reviews| Index: src/property.h |
| diff --git a/src/property.h b/src/property.h |
| index d5efb7f35193f9a5ee36dbe9339e968996aaf4d0..50cb8148ef3bfd6b92affcf6bfd879834ef89c42 100644 |
| --- a/src/property.h |
| +++ b/src/property.h |
| @@ -102,6 +102,7 @@ class Descriptor BASE_EMBEDDED { |
| details_(attributes, type, index) { } |
| friend class DescriptorArray; |
| + friend class JSObject; |
| }; |
| // A pointer from a map to the new map that is created by adding |