 Chromium Code Reviews
 Chromium Code Reviews Issue 9455088:
  Remove static initializers in v8.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 9455088:
  Remove static initializers in v8.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/log.h | 
| diff --git a/src/log.h b/src/log.h | 
| index 86bcad69aa6745f02985cacf7a5dfb4ce5f32851..d402a27327c8b6ab05a81c87ffb4c32d61ed19cd 100644 | 
| --- a/src/log.h | 
| +++ b/src/log.h | 
| @@ -455,7 +455,6 @@ class SamplerRegistry : public AllStatic { | 
| return active_samplers_ != NULL && !active_samplers_->is_empty(); | 
| } | 
| - static Mutex* mutex_; // Protects the state below. | 
| static List<Sampler*>* active_samplers_; | 
| DISALLOW_IMPLICIT_CONSTRUCTORS(SamplerRegistry); |