Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index cc77e1977d3f54f3be1f97f7e15900b6e5c074ac..2fa03228dbd114a9b18e071b6edd3c8c87fdaa72 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -2116,8 +2116,6 @@ class JSObject: public JSReceiver { |
| bool HasDictionaryArgumentsElements(); |
| inline SeededNumberDictionary* element_dictionary(); // Gets slow elements. |
| - inline bool ShouldTrackAllocationInfo(); |
| - |
| inline void set_map_and_elements( |
| Map* map, |
| FixedArrayBase* value, |