Chromium Code Reviews| Index: Source/core/layout/line/InlineFlowBox.cpp |
| diff --git a/Source/core/layout/line/InlineFlowBox.cpp b/Source/core/layout/line/InlineFlowBox.cpp |
| index f81ae36630fef868145a7073fa9c1be0f8911085..bacf7399f19caf94ea590b878ab32780a9f2532d 100644 |
| --- a/Source/core/layout/line/InlineFlowBox.cpp |
| +++ b/Source/core/layout/line/InlineFlowBox.cpp |
| @@ -440,7 +440,7 @@ FloatWillBeLayoutUnit InlineFlowBox::placeBoxRangeInInlineDirection(InlineBox* f |
| if (knownToHaveNoOverflow()) |
| maxLogicalRight = std::max(logicalLeft, maxLogicalRight); |
| logicalLeft += logicalRightMargin; |
| - // If we encounter any space after this inline block then ensure it is treated as the space between two words. |
| + // If we encounter any spaceCharacter after this inline block then ensure it is treated as the space between two words. |
|
jsbell
2015/05/11 16:28:02
I believe this comment change is incorrect (but I'
h.joshi
2015/05/12 04:20:14
Done.
|
| needsWordSpacing = true; |
| } |
| } |