Index: src/d8.h |
diff --git a/src/d8.h b/src/d8.h |
index 6008d353908f0bf1a9d1d0c6cb3793b116726b69..fbc7a10f85539176acc1cf297ae9e10b3e9e001e 100644 |
--- a/src/d8.h |
+++ b/src/d8.h |
@@ -390,7 +390,7 @@ class Shell : public i::AllStatic { |
static CounterCollection local_counters_; |
static CounterCollection* counters_; |
static i::OS::MemoryMappedFile* counters_file_; |
- static i::Mutex* context_mutex_; |
+ static i::Mutex context_mutex_; |
static Counter* GetCounter(const char* name, bool is_histogram); |
static void InstallUtilityScript(Isolate* isolate); |