| Index: Source/core/paint/DeprecatedPaintLayer.cpp
|
| diff --git a/Source/core/paint/DeprecatedPaintLayer.cpp b/Source/core/paint/DeprecatedPaintLayer.cpp
|
| index 7bfe447d7838fa4c8164ef98652e2532612b2982..ab65b911838ce0184d324bcf406f3da45531eeb7 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayer.cpp
|
| +++ b/Source/core/paint/DeprecatedPaintLayer.cpp
|
| @@ -1119,7 +1119,7 @@ LayoutRect DeprecatedPaintLayer::paintingExtent(const DeprecatedPaintLayer* root
|
|
|
| void* DeprecatedPaintLayer::operator new(size_t sz)
|
| {
|
| - return partitionAlloc(WTF::Partitions::getRenderingPartition(), sz);
|
| + return partitionAlloc(WTF::Partitions::layoutPartition(), sz);
|
| }
|
|
|
| void DeprecatedPaintLayer::operator delete(void* ptr)
|
|
|