| Index: Source/wtf/PartitionAlloc.h
|
| diff --git a/Source/wtf/PartitionAlloc.h b/Source/wtf/PartitionAlloc.h
|
| index 03acbb72927a5c1e3adaab367a644c1bba68be93..2ede593436dddabd4d30a2fb430c89a03a514479 100644
|
| --- a/Source/wtf/PartitionAlloc.h
|
| +++ b/Source/wtf/PartitionAlloc.h
|
| @@ -265,7 +265,7 @@ struct WTF_EXPORT PartitionRootBase {
|
| PartitionSuperPageExtentEntry* currentExtent;
|
| PartitionSuperPageExtentEntry* firstExtent;
|
| PartitionPage* globalEmptyPageRing[kMaxFreeableSpans];
|
| - size_t globalEmptyPageRingIndex;
|
| + int16_t globalEmptyPageRingIndex;
|
| uintptr_t invertedSelf;
|
|
|
| static int gInitializedLock;
|
|
|