Chromium Code Reviews| Index: src/mark-compact.h |
| diff --git a/src/mark-compact.h b/src/mark-compact.h |
| index 5cd67498101cfed1f425251852f45cc44429a7af..54f28dc9d771c1d1a5d98360b76c694300c4e8d0 100644 |
| --- a/src/mark-compact.h |
| +++ b/src/mark-compact.h |
| @@ -735,7 +735,7 @@ class MarkCompactCollector { |
| // True if concurrent or parallel sweeping is currently in progress. |
| bool sweeping_pending_; |
| - Semaphore pending_sweeper_jobs_semaphore_; |
| + base::Semaphore pending_sweeper_jobs_semaphore_; |
| bool sequential_sweeping_; |