Changeset 156614 in webkit for trunk/Source/WebCore/rendering/RenderBlockLineLayout.cpp
- Timestamp:
- Sep 28, 2013, 10:42:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/rendering/RenderBlockLineLayout.cpp
r156613 r156614 797 797 shouldIndentText = IndentText; 798 798 #if ENABLE(CSS3_TEXT) 799 else if (isAfterHardLineBreak && style ->textIndentLine() == TextIndentEachLine)799 else if (isAfterHardLineBreak && style.textIndentLine() == TextIndentEachLine) 800 800 shouldIndentText = IndentText; 801 801 802 if (style ->textIndentType() == TextIndentHanging)802 if (style.textIndentType() == TextIndentHanging) 803 803 shouldIndentText = shouldIndentText == IndentText ? DoNotIndentText : IndentText; 804 804 #else
Note:
See TracChangeset
for help on using the changeset viewer.