| Index: Source/core/layout/line/InlineBox.cpp
|
| diff --git a/Source/core/layout/line/InlineBox.cpp b/Source/core/layout/line/InlineBox.cpp
|
| index 0581080560e5af6e5feebe9a9f2323a3ee51f74e..7c2f9611f1ad34ee83b321e9f82d0adb8192309d 100644
|
| --- a/Source/core/layout/line/InlineBox.cpp
|
| +++ b/Source/core/layout/line/InlineBox.cpp
|
| @@ -73,7 +73,7 @@ void InlineBox::remove(MarkLineBoxes markLineBoxes)
|
|
|
| void* InlineBox::operator new(size_t sz)
|
| {
|
| - return partitionAlloc(WTF::Partitions::getRenderingPartition(), sz);
|
| + return partitionAlloc(WTF::Partitions::getLayoutPartition(), sz);
|
| }
|
|
|
| void InlineBox::operator delete(void* ptr)
|
|
|