Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(599)

Unified Diff: src/mark-compact.h

Issue 358363002: Move platform abstraction to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« src/base/macros.h ('K') | « src/log-utils.cc ('k') | src/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698