Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index 956b8595c3e93246fd247767a8b3327de04ccfd3..87b939ad6c219986c192e33304fab1f76ff788d1 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -2021,6 +2021,7 @@ class Heap { |
| int gc_callbacks_depth_; |
| friend class AlwaysAllocateScope; |
| + friend class Deserializer; |
| friend class Factory; |
| friend class GCCallbacksScope; |
| friend class GCTracer; |