| Index: Source/core/rendering/InlineTextBox.cpp
|
| diff --git a/Source/core/rendering/InlineTextBox.cpp b/Source/core/rendering/InlineTextBox.cpp
|
| index 819ad9d32570409f59b7b74d13d6ffb88dbc4fae..1173aac4c3c428f0fe17e1da10c3ac961ed29525 100644
|
| --- a/Source/core/rendering/InlineTextBox.cpp
|
| +++ b/Source/core/rendering/InlineTextBox.cpp
|
| @@ -71,7 +71,6 @@ COMPILE_ASSERT(sizeof(InlineTextBox) == sizeof(SameSizeAsInlineTextBox), InlineT
|
| typedef WTF::HashMap<const InlineTextBox*, LayoutRect> InlineTextBoxOverflowMap;
|
| static InlineTextBoxOverflowMap* gTextBoxesWithOverflow;
|
|
|
| -
|
| void InlineTextBox::destroy()
|
| {
|
| AbstractInlineTextBox::willDestroy(this);
|
|
|