| Index: Source/core/rendering/LayoutState.h
|
| diff --git a/Source/core/rendering/LayoutState.h b/Source/core/rendering/LayoutState.h
|
| index f64820e7ba74fdb4f1d827cfe0ed9d80c38e0162..18839a807466f0aada395322bdabc570242f292a 100644
|
| --- a/Source/core/rendering/LayoutState.h
|
| +++ b/Source/core/rendering/LayoutState.h
|
| @@ -44,7 +44,7 @@ class LayoutState {
|
| public:
|
| // Constructor for root LayoutState created by RenderView
|
| LayoutState(LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, RenderView&);
|
| - // Constructor for sub-tree Layout and RenderTableSections
|
| + // Constructor for sub-tree layout
|
| explicit LayoutState(RenderObject& root);
|
|
|
| LayoutState(RenderBox&, const LayoutSize& offset, LayoutUnit pageLogicalHeight = 0, bool pageHeightLogicalChanged = false, ColumnInfo* = 0, bool containingBlockLogicalWidthChanged = false);
|
|
|