| Index: third_party/WebKit/Source/wtf/Partitions.h
|
| diff --git a/third_party/WebKit/Source/wtf/Partitions.h b/third_party/WebKit/Source/wtf/Partitions.h
|
| index 7b18ef8f1703e16f5fcb0ae50390ffb1e9b87d8c..5651c2b870effe6fbb3128125e9ac48c450560d7 100644
|
| --- a/third_party/WebKit/Source/wtf/Partitions.h
|
| +++ b/third_party/WebKit/Source/wtf/Partitions.h
|
| @@ -125,7 +125,7 @@ public:
|
| static void handleOutOfMemory();
|
|
|
| private:
|
| - static int s_initializationLock;
|
| + static SpinLock s_initializationLock;
|
| static bool s_initialized;
|
|
|
| // We have the following four partitions.
|
|
|