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