| Index: Source/core/rendering/RenderView.cpp
|
| diff --git a/Source/core/rendering/RenderView.cpp b/Source/core/rendering/RenderView.cpp
|
| index 5f6d0e7d4e2b7dd35df8b687ab815efa840f8b31..9d6fe56e417fe918590c3c8b2b8d91c4bc8cab2a 100644
|
| --- a/Source/core/rendering/RenderView.cpp
|
| +++ b/Source/core/rendering/RenderView.cpp
|
| @@ -134,7 +134,7 @@ LayoutUnit RenderView::availableLogicalHeight(AvailableLogicalHeightType heightT
|
| return RenderBlockFlow::availableLogicalHeight(heightType);
|
| }
|
|
|
| -bool RenderView::isChildAllowed(RenderObject* child, RenderStyle*) const
|
| +bool RenderView::isChildAllowed(RenderObject* child, const RenderStyle*) const
|
| {
|
| return child->isBox();
|
| }
|
|
|