Index: third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp b/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp |
index ad6c8f1fe41ed5763bb11ad275e5e0b76c4a26de..2b5b89ac7857d1c2378f053d8679fe56257a2a3c 100644 |
--- a/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp |
@@ -172,9 +172,10 @@ PassRefPtr<SimpleFontData> FontCache::fallbackFontForCharacter( |
L"ar pl shanheisun uni", L"ar pl zenkai uni", |
L"han nom a", // Complete CJK Ext. A coverage. |
L"code2000" // Complete CJK Ext. A coverage. |
- // CJK Ext. B fonts are not listed here because it's of no use |
- // with our current non-BMP character handling because we use |
- // Uniscribe for it and that code path does not go through here. |
+ // CJK Ext. B fonts are not listed here because it's of no |
+ // use with our current non-BMP character handling because we |
+ // use Uniscribe for it and that code path does not go |
+ // through here. |
}; |
const static wchar_t* const commonFonts[] = { |