| Index: Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp
|
| diff --git a/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp b/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp
|
| index 022bffaa418d915659cf58913afcbf81bcb7d109..2726c49b35c693e84085dbbcc04d5ce5fbf16c69 100644
|
| --- a/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp
|
| +++ b/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp
|
| @@ -44,7 +44,7 @@ FontCustomPlatformData::~FontCustomPlatformData()
|
|
|
| FontPlatformData FontCustomPlatformData::fontPlatformData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant)
|
| {
|
| - return FontPlatformData(m_cgFont.get(), size, bold, italic, orientation, widthVariant);
|
| + return FontPlatformData(m_cgFont.get(), true, size, bold, italic, orientation, widthVariant);
|
| }
|
|
|
| PassOwnPtr<FontCustomPlatformData> FontCustomPlatformData::create(SharedBuffer* buffer)
|
|
|