Index: Source/core/layout/LayoutView.h |
diff --git a/Source/core/layout/LayoutView.h b/Source/core/layout/LayoutView.h |
index dbc2e1442692718244364db6345978a940f5b5b0..82fb7698f4085283687d89f2fd2e68f7ca1d4236 100644 |
--- a/Source/core/layout/LayoutView.h |
+++ b/Source/core/layout/LayoutView.h |
@@ -68,8 +68,6 @@ public: |
virtual void updateLogicalWidth() override; |
virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const override; |
- virtual LayoutUnit availableLogicalHeight(AvailableLogicalHeightType) const override; |
- |
// Based on FrameView::layoutSize, but: |
// - checks for null FrameView |
// - returns 0x0 if using printing layout |