| Index: Source/platform/fonts/FontFaceCreationParams.h
|
| diff --git a/Source/platform/fonts/FontFaceCreationParams.h b/Source/platform/fonts/FontFaceCreationParams.h
|
| index 26675a14c6727d746a4ad329948c1034bb028529..9736352ff11b77063eebac08fdbce3d1e8bcdd4e 100644
|
| --- a/Source/platform/fonts/FontFaceCreationParams.h
|
| +++ b/Source/platform/fonts/FontFaceCreationParams.h
|
| @@ -59,7 +59,7 @@ public:
|
| explicit FontFaceCreationParams(AtomicString family)
|
| : m_creationType(CreateFontByFamily), m_family(family), m_filename(CString()), m_fontconfigInterfaceId(0), m_ttcIndex(0)
|
| {
|
| -#if OS(WIN) && ENABLE(OPENTYPE_VERTICAL)
|
| +#if OS(WIN)
|
| // Leading "@" in the font name enables Windows vertical flow flag for the font.
|
| // Because we do vertical flow by ourselves, we don't want to use the Windows feature.
|
| // IE disregards "@" regardless of the orientation, so we follow the behavior and
|
|
|