| Index: third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
|
| diff --git a/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h b/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
|
| index 266cbaba96b0c917576f4f63b35429d150cc1825..1408aa16499e695bf02771ec0cb159fca97d9e4f 100644
|
| --- a/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
|
| +++ b/third_party/WebKit/Source/wtf/allocator/PartitionAllocator.h
|
| @@ -30,7 +30,7 @@ class WTF_EXPORT PartitionAllocator {
|
| template <typename T>
|
| static size_t quantizedSize(size_t count) {
|
| RELEASE_ASSERT(count <= base::kGenericMaxDirectMapped / sizeof(T));
|
| - return partitionAllocActualSize(WTF::Partitions::bufferPartition(),
|
| + return PartitionAllocActualSize(WTF::Partitions::bufferPartition(),
|
| count * sizeof(T));
|
| }
|
| template <typename T>
|
|
|