Index: Source/core/layout/LayoutView.cpp |
diff --git a/Source/core/layout/LayoutView.cpp b/Source/core/layout/LayoutView.cpp |
index feda0f5e4f5e863e4223153d50d6158d19d8dd0d..a98fbd73379d0047e1ba0dd9c6e9dcc75cb6b940 100644 |
--- a/Source/core/layout/LayoutView.cpp |
+++ b/Source/core/layout/LayoutView.cpp |
@@ -129,7 +129,7 @@ LayoutUnit LayoutView::availableLogicalHeight(AvailableLogicalHeightType heightT |
return LayoutBlockFlow::availableLogicalHeight(heightType); |
} |
-bool LayoutView::isChildAllowed(LayoutObject* child, const LayoutStyle&) const |
+bool LayoutView::isChildAllowed(LayoutObject* child, const ComputedStyle&) const |
{ |
return child->isBox(); |
} |