| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index 1a0f8b49b79937a6e7ebb169c988fbf415347211..be945cd13d60345bb06100078f15989917d64852 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -207,7 +207,7 @@ private:
|
| virtual bool requiresColumns(int desiredColumnCount) const OVERRIDE;
|
| virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const OVERRIDE;
|
|
|
| - bool initializeLayoutState(LayoutState&);
|
| + void initializeLayoutState(LayoutState&);
|
|
|
| virtual void calcColumnWidth() OVERRIDE;
|
| virtual ColumnInfo::PaginationUnit paginationUnit() const OVERRIDE;
|
|
|