Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index cd7b6cf060f7dd52cdc47084b7b5f633938df63d..7881c3a5864c3bbe0df7b5f6d52b09d99810dbd6 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -9466,7 +9466,7 @@ class WeakCell : public HeapObject { |
| DECL_ACCESSORS(next, Object) |
| - inline void clear_next(Heap* heap); |
| + inline void clear_next(Object* the_hole_value); |
|
Hannes Payer (out of office)
2015/12/08 14:19:41
+1
|
| inline bool next_cleared(); |