| Index: Source/core/layout/line/AbstractInlineTextBox.h
|
| diff --git a/Source/core/layout/line/AbstractInlineTextBox.h b/Source/core/layout/line/AbstractInlineTextBox.h
|
| index ace7cba46e16a16719e52687c330a12ec53bab4d..8f5a059a187853be932d93a2c2086dad13f939ee 100644
|
| --- a/Source/core/layout/line/AbstractInlineTextBox.h
|
| +++ b/Source/core/layout/line/AbstractInlineTextBox.h
|
| @@ -72,6 +72,8 @@ public:
|
| BottomToTop
|
| };
|
|
|
| + ~AbstractInlineTextBox();
|
| +
|
| LayoutText* layoutText() const { return m_layoutText; }
|
|
|
| PassRefPtr<AbstractInlineTextBox> nextInlineTextBox() const;
|
|
|