Index: src/d8.h |
diff --git a/src/d8.h b/src/d8.h |
index bb5592bec4f49c2d98edba0de324c686a97b903e..ae61dcc63e0ed1df20ff6e8e690713c7950ef437 100644 |
--- a/src/d8.h |
+++ b/src/d8.h |
@@ -481,10 +481,10 @@ class Shell : public i::AllStatic { |
static CounterCollection local_counters_; |
static CounterCollection* counters_; |
static base::OS::MemoryMappedFile* counters_file_; |
- static base::Mutex context_mutex_; |
+ static base::LazyMutex context_mutex_; |
static const base::TimeTicks kInitialTicks; |
- static base::Mutex workers_mutex_; |
+ static base::LazyMutex workers_mutex_; |
static bool allow_new_workers_; |
static i::List<Worker*> workers_; |
static i::List<SharedArrayBuffer::Contents> externalized_shared_contents_; |