| Index: Source/wtf/Partitions.h
|
| diff --git a/Source/wtf/Partitions.h b/Source/wtf/Partitions.h
|
| index 4e85794ec02e46bf1eca3ac6bfa10b6615e29ed3..4a9cc3ddba1dba590a39dc0f28d50a7fe7941e6f 100644
|
| --- a/Source/wtf/Partitions.h
|
| +++ b/Source/wtf/Partitions.h
|
| @@ -99,6 +99,7 @@ public:
|
| static void dumpMemoryStats(PartitionStatsDumper*);
|
|
|
| private:
|
| + static int s_initializationLock;
|
| static bool s_initialized;
|
| static PartitionAllocatorGeneric m_fastMallocAllocator;
|
| static PartitionAllocatorGeneric m_bufferAllocator;
|
|
|