Index: Source/core/layout/line/InlineFlowBox.cpp |
diff --git a/Source/core/layout/line/InlineFlowBox.cpp b/Source/core/layout/line/InlineFlowBox.cpp |
index 70d3a7b3f9445f408393aa06dc2fc2b6264d520f..923e5209620899bc16fdffa61b7219ffd6d55bb6 100644 |
--- a/Source/core/layout/line/InlineFlowBox.cpp |
+++ b/Source/core/layout/line/InlineFlowBox.cpp |
@@ -487,8 +487,7 @@ void InlineFlowBox::adjustMaxAscentAndDescent(int& maxAscent, int& maxDescent, i |
void InlineFlowBox::computeLogicalBoxHeights(RootInlineBox* rootBox, LayoutUnit& maxPositionTop, LayoutUnit& maxPositionBottom, int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent, bool strictMode, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, FontBaseline baselineType, VerticalPositionCache& verticalPositionCache) |
{ |
// The primary purpose of this function is to compute the maximal ascent and descent values for |
- // a line. These values are computed based off the block's line-box-contain property, which indicates |
- // what parts of descendant boxes have to fit within the line. |
+ // a line. |
// |
// The maxAscent value represents the distance of the highest point of any box (typically including line-height) from |
// the root box's baseline. The maxDescent value represents the distance of the lowest point of any box |