Changeset 141460 in webkit
- Timestamp:
- Jan 31, 2013, 12:02:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/chromium/1364/Source/WebCore/rendering/RenderBlockLineLayout.cpp
r140447 r141460 1671 1671 1672 1672 // If there were no breaks in the block, we didn't create any widows. 1673 if (!lineBox ->isFirstAfterPageBreak() || lineBox == firstLineInBlock)1673 if (!lineBox || !lineBox->isFirstAfterPageBreak() || lineBox == firstLineInBlock) 1674 1674 return; 1675 1675
Note:
See TracChangeset
for help on using the changeset viewer.