Changeset 157810 in webkit for trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp
- Timestamp:
- Oct 22, 2013, 2:03:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp
r157793 r157810 442 442 // Update our height and overflow height. 443 443 if (style()->boxAlign() == BBASELINE) { 444 LayoutUnit ascent = child->firstLineB oxBaseline();444 LayoutUnit ascent = child->firstLineBaseline(); 445 445 if (ascent == -1) 446 446 ascent = child->height() + child->marginBottom(); … … 520 520 break; 521 521 case BBASELINE: { 522 LayoutUnit ascent = child->firstLineB oxBaseline();522 LayoutUnit ascent = child->firstLineBaseline(); 523 523 if (ascent == -1) 524 524 ascent = child->height() + child->marginBottom();
Note:
See TracChangeset
for help on using the changeset viewer.