| Index: Source/core/rendering/LayoutState.h
|
| diff --git a/Source/core/rendering/LayoutState.h b/Source/core/rendering/LayoutState.h
|
| index 9186eaabbcdd438c2231f15ccfa10f2b4b7f01e8..62b1cb3e7507b2417f94d51df0a23cd34debc578 100644
|
| --- a/Source/core/rendering/LayoutState.h
|
| +++ b/Source/core/rendering/LayoutState.h
|
| @@ -48,7 +48,6 @@ public:
|
| explicit LayoutState(RenderObject& root);
|
|
|
| LayoutState(RenderBox&, const LayoutSize& offset, LayoutUnit pageLogicalHeight = 0, bool pageHeightLogicalChanged = false, ColumnInfo* = 0, bool containingBlockLogicalWidthChanged = false);
|
| - LayoutState(RenderInline&);
|
|
|
| ~LayoutState();
|
|
|
|
|