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

Unified Diff: src/v8threads.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
« src/base/macros.h ('K') | « src/v8checks.h ('k') | src/win32-math.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8threads.h
diff --git a/src/v8threads.h b/src/v8threads.h
index ca722adc66f55759d787afa386e3db98e718f841..c3ba5173750e5814acfd42adb337093134b386d7 100644
--- a/src/v8threads.h
+++ b/src/v8threads.h
@@ -96,7 +96,7 @@ class ThreadManager {
void EagerlyArchiveThread();
- Mutex mutex_;
+ base::Mutex mutex_;
ThreadId mutex_owner_;
ThreadId lazily_archived_thread_;
ThreadState* lazily_archived_thread_state_;
« src/base/macros.h ('K') | « src/v8checks.h ('k') | src/win32-math.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698