| Index: third_party/WebKit/Source/platform/fonts/AlternateFontFamily.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/AlternateFontFamily.h b/third_party/WebKit/Source/platform/fonts/AlternateFontFamily.h
|
| index a30775e815af3a0d69a8275fcb3946609a1874b3..cb8d7cf467d593710788939f3d193673fba5d240 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/AlternateFontFamily.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/AlternateFontFamily.h
|
| @@ -37,8 +37,8 @@
|
| namespace blink {
|
|
|
| // We currently do not support bitmap fonts on windows.
|
| -// Instead of trying to construct a bitmap font and then going down the fallback path map
|
| -// certain common bitmap fonts to their truetype equivalent up front.
|
| +// Instead of trying to construct a bitmap font and then going down the fallback
|
| +// path map certain common bitmap fonts to their truetype equivalent up front.
|
| inline const AtomicString& adjustFamilyNameToAvoidUnsupportedFonts(
|
| const AtomicString& familyName) {
|
| #if OS(WIN)
|
|
|