Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 0b85008b032e78809e526aa1a007eb6c0b548ddb..8b9883a61750cb7beb1c3bea4e3a034b7b0be121 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -9866,6 +9866,8 @@ class WeakCell : public HeapObject { |
| // This should not be called by anyone except GC. |
| inline void clear(); |
| + inline void unchecked_clear(); |
| + |
| // This should not be called by anyone except allocator. |
| inline void initialize(HeapObject* value); |