| Index: Source/core/layout/LayoutObject.cpp
|
| diff --git a/Source/core/layout/LayoutObject.cpp b/Source/core/layout/LayoutObject.cpp
|
| index e96113c8527123bac9e23bd9410e148474f9f1a9..4d7d84d8b6ec0be07d05b66d80d85c4224159969 100644
|
| --- a/Source/core/layout/LayoutObject.cpp
|
| +++ b/Source/core/layout/LayoutObject.cpp
|
| @@ -149,7 +149,7 @@ static SelectionPaintInvalidationMap* selectionPaintInvalidationMap = nullptr;
|
| void* LayoutObject::operator new(size_t sz)
|
| {
|
| ASSERT(isMainThread());
|
| - return partitionAlloc(WTF::Partitions::getRenderingPartition(), sz);
|
| + return partitionAlloc(WTF::Partitions::layoutPartition(), sz);
|
| }
|
|
|
| void LayoutObject::operator delete(void* ptr)
|
|
|