Index: third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp |
index 56337d035741f34994fd1af52a7fb4ec0770aa29..ff3ec714fdda938683653f30d5f838801b485c01 100644 |
--- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp |
@@ -431,9 +431,9 @@ TEST_F(CachingWordShaperTest, SegmentHangulToneMark) { |
TEST_F(CachingWordShaperTest, TextOrientationFallbackShouldNotInFallbackList) { |
const UChar str[] = { |
'A', // code point for verticalRightOrientationFontData() |
- // Ideally we'd like to test uprightOrientationFontData() too |
- // using code point such as U+3042, but it'd fallback to system |
- // fonts as the glyph is missing. |
+ // Ideally we'd like to test uprightOrientationFontData() too |
+ // using code point such as U+3042, but it'd fallback to system |
+ // fonts as the glyph is missing. |
0x0}; |
TextRun textRun(str, 1); |