Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index d9e6facbf84d37342e70097010d864af082305b7..28bb24deb8041ba3d022785f24cd924a388ceb37 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -4979,7 +4979,7 @@ class Map: public HeapObject { |
| set_bit_field3(EnumLengthBits::update(bit_field3(), length)); |
| } |
| - |
| + inline bool CanTrackAllocationSite(); |
| inline bool owns_descriptors(); |
| inline void set_owns_descriptors(bool is_shared); |
| inline bool is_observed(); |