| Index: third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| index 2b17085ca6920c5b13560c13b23add48b3f9597a..2131a5fc90e33a27af54bbdc7d09e492ce5b30f3 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.h
|
| @@ -171,6 +171,8 @@ using base::PartitionMemoryStats;
|
| using base::PartitionBucketMemoryStats;
|
| using base::PartitionAllocHooks;
|
|
|
| +using CheckedSizeT = base::CheckedNumeric<size_t>;
|
| +
|
| } // namespace WTF
|
|
|
| #endif // Partitions_h
|
|
|