Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 2c4f34922d4ef7becb2971b9faea82f3fc302dfb..df2fa0d4afdee53a62fe109f343e2470b939e421 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -2190,6 +2190,9 @@ class JSObject: public JSReceiver { |
| static inline int SizeOf(Map* map, HeapObject* object); |
| }; |
| + // Deliver change records to observers. May cause GC. |
| + static void DeliverChangeRecords(Isolate* isolate); |
| + |
| private: |
| friend class DictionaryElementsAccessor; |