| Index: third_party/WebKit/Source/wtf/allocator/PartitionAllocTest.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/allocator/PartitionAllocTest.cpp b/third_party/WebKit/Source/wtf/allocator/PartitionAllocTest.cpp
|
| index 60a01a5bd9fecb6e1cdbe77b8f8a7a15104ba567..7e056d03c090d4092c9eb5190b6718fd85dc362f 100644
|
| --- a/third_party/WebKit/Source/wtf/allocator/PartitionAllocTest.cpp
|
| +++ b/third_party/WebKit/Source/wtf/allocator/PartitionAllocTest.cpp
|
| @@ -921,7 +921,8 @@ TEST(PartitionAllocTest, PartialPageFreelists) {
|
| EXPECT_TRUE(page2->freelistHead);
|
| EXPECT_EQ(0, page2->numAllocatedSlots);
|
|
|
| - // And test a couple of sizes that do not cross kSystemPageSize with a single allocation.
|
| + // And test a couple of sizes that do not cross kSystemPageSize with a single
|
| + // allocation.
|
| size_t mediumSize = (kSystemPageSize / 2) - kExtraAllocSize;
|
| bucketIdx = (mediumSize + kExtraAllocSize) >> kBucketShift;
|
| bucket = &allocator.root()->buckets()[bucketIdx];
|
|
|