Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: Source/core/layout/line/InlineFlowBox.cpp

Issue 1119663002: Making Unicode character names consistent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comment fixes Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
}

Powered by Google App Engine
This is Rietveld 408576698