| Index: Source/core/layout/line/InlineBox.h
|
| diff --git a/Source/core/layout/line/InlineBox.h b/Source/core/layout/line/InlineBox.h
|
| index d23980a3a1da66874ff61ae008f8c7358a1fc590..2091a031c23d918b83ee42205adc996814b0a301 100644
|
| --- a/Source/core/layout/line/InlineBox.h
|
| +++ b/Source/core/layout/line/InlineBox.h
|
| @@ -271,14 +271,6 @@ public:
|
|
|
| EVerticalAlign verticalAlign() const { return lineLayoutItem().isText() ? ComputedStyle::initialVerticalAlign() : lineLayoutItem().style(m_bitfields.firstLine())->verticalAlign(); }
|
|
|
| - // TODO(pilgrim) remove this
|
| - LayoutBoxModelObject* deprecatedBoxModelObject() const
|
| - {
|
| - if (!lineLayoutItem().isText())
|
| - return toLayoutBoxModelObject(&layoutObject());
|
| - return 0;
|
| - }
|
| -
|
| // Use with caution! The type is not checked!
|
| LineLayoutBoxModel boxModelObject() const
|
| {
|
|
|