Index: third_party/WebKit/Source/platform/fonts/FontDescription.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/FontDescription.cpp b/third_party/WebKit/Source/platform/fonts/FontDescription.cpp |
index 0ce062e0264e62cbfa6a41d1b12dc60dc6731b27..5fc2fbe450666d735969aa2378685732b06dbd6d 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontDescription.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/FontDescription.cpp |
@@ -207,9 +207,9 @@ void FontDescription::updateTypesettingFeatures() { |
} |
// As per CSS (http://dev.w3.org/csswg/css-text-3/#letter-spacing-property), |
- // When the effective letter-spacing between two characters is not zero (due to |
- // either justification or non-zero computed letter-spacing), user agents should |
- // not apply optional ligatures. |
+ // When the effective letter-spacing between two characters is not zero (due |
+ // to either justification or non-zero computed letter-spacing), user agents |
+ // should not apply optional ligatures. |
if (m_letterSpacing == 0) { |
switch (commonLigaturesState()) { |
case FontDescription::DisabledLigaturesState: |