Chromium Code Reviews| Index: src/heap/mark-compact.h |
| diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
| index cd207bcda27ba792ec2291abead68006c86932be..9fee8269d5d02de500f56da9a9649554d4393e86 100644 |
| --- a/src/heap/mark-compact.h |
| +++ b/src/heap/mark-compact.h |
| @@ -841,6 +841,8 @@ class MarkCompactCollector { |
| // Semaphore used to synchronize compaction tasks. |
| base::Semaphore pending_compaction_tasks_semaphore_; |
| + base::Semaphore page_parallel_job_semaphore_; |
| + |
| bool black_allocation_; |
| friend class Heap; |