| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index dd16172bb2ef164f5d44a538df0dcd589c513531..c4ba9a5500cfa8326b0a37b874a97eb5ab9a8439 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -705,8 +705,6 @@ private:
|
| // These include tables, positioned objects, floats and flexible boxes.
|
| virtual void computePreferredLogicalWidths() { clearPreferredLogicalWidthsDirty(); }
|
|
|
| - virtual LayoutRect frameRectForStickyPositioning() const OVERRIDE FINAL { return frameRect(); }
|
| -
|
| RenderBoxRareData& ensureRareData()
|
| {
|
| if (!m_rareData)
|
|
|