| Index: Source/core/layout/LayoutState.h
|
| diff --git a/Source/core/layout/LayoutState.h b/Source/core/layout/LayoutState.h
|
| index 88368563c19093efdfc1c43b0b8bee27d46cc974..06527f70480c1a48b621f4255b9138840610a495 100644
|
| --- a/Source/core/layout/LayoutState.h
|
| +++ b/Source/core/layout/LayoutState.h
|
| @@ -77,7 +77,7 @@ public:
|
|
|
| ColumnInfo* columnInfo() const { return m_columnInfo; }
|
|
|
| - LayoutObject& renderer() const { return m_renderer; }
|
| + LayoutObject& layoutObject() const { return m_renderer; }
|
|
|
| private:
|
| friend class ForceHorriblySlowRectMapping;
|
|
|