| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index c4e22e2f5f2b33dd7d32922db068d51a866f5053..c9cc37ff10121e52c9c218311f350a2a3457e9fe 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -1019,7 +1019,7 @@ class Heap {
|
|
|
| private:
|
| Heap();
|
| -
|
| +
|
| static int reserved_semispace_size_;
|
| static int max_semispace_size_;
|
| static int initial_semispace_size_;
|
| @@ -1269,7 +1269,7 @@ class Heap {
|
| friend class AlwaysAllocateScope;
|
| friend class LinearAllocationScope;
|
| friend class Isolate;
|
| -
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(Heap);
|
| };
|
|
|
|
|