Chromium Code Reviews| Index: Source/wtf/Partitions.h |
| diff --git a/Source/wtf/Partitions.h b/Source/wtf/Partitions.h |
| index 4e85794ec02e46bf1eca3ac6bfa10b6615e29ed3..355a65c1f0f7abced183f7b192b0659514dbcd6b 100644 |
| --- a/Source/wtf/Partitions.h |
| +++ b/Source/wtf/Partitions.h |
| @@ -99,6 +99,7 @@ public: |
| static void dumpMemoryStats(PartitionStatsDumper*); |
| private: |
| + static int s_lock; |
|
tkent
2015/07/14 00:42:36
let's give more descriptive name. e.g. s_initiali
|
| static bool s_initialized; |
| static PartitionAllocatorGeneric m_fastMallocAllocator; |
| static PartitionAllocatorGeneric m_bufferAllocator; |