| Index: Source/core/rendering/InlineBox.cpp
|
| diff --git a/Source/core/rendering/InlineBox.cpp b/Source/core/rendering/InlineBox.cpp
|
| index 2b8b0d1f82658b79217252d739189b24c70b0fb6..9ec715c6e6396fc33a9621905449b6bf714bd9b4 100644
|
| --- a/Source/core/rendering/InlineBox.cpp
|
| +++ b/Source/core/rendering/InlineBox.cpp
|
| @@ -58,10 +58,10 @@ InlineBox::~InlineBox()
|
|
|
| #endif
|
|
|
| -void InlineBox::remove()
|
| +void InlineBox::remove(MarkLineBoxes markLineBoxes)
|
| {
|
| if (parent())
|
| - parent()->removeChild(this);
|
| + parent()->removeChild(this, markLineBoxes);
|
| }
|
|
|
| void* InlineBox::operator new(size_t sz)
|
|
|