 Chromium Code Reviews
 Chromium Code Reviews Issue 23668002:
  Avoid leaking ThreadingPrimitives.h from StackStats.h when collection is off.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 23668002:
  Avoid leaking ThreadingPrimitives.h from StackStats.h when collection is off.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: Source/wtf/WTFThreadData.h | 
| diff --git a/Source/wtf/WTFThreadData.h b/Source/wtf/WTFThreadData.h | 
| index 82ff94b44795adff4b979567de6fd860a7171c23..a5c763f0ce90092abb473f0c864666abf03d2b69 100644 | 
| --- a/Source/wtf/WTFThreadData.h | 
| +++ b/Source/wtf/WTFThreadData.h | 
| @@ -30,7 +30,6 @@ | 
| #include "wtf/HashMap.h" | 
| #include "wtf/HashSet.h" | 
| #include "wtf/Noncopyable.h" | 
| -#include "wtf/StackStats.h" | 
| #include "wtf/ThreadSpecific.h" | 
| #include "wtf/Threading.h" | 
| #include "wtf/WTFExport.h" |