| Index: Source/platform/fonts/FontDescription.h
|
| diff --git a/Source/platform/fonts/FontDescription.h b/Source/platform/fonts/FontDescription.h
|
| index 5642f60c8db2608f0943581f027ec8a7676528c2..580097f46ea70b8ebd9da4626cdb2d5d883d3bc8 100644
|
| --- a/Source/platform/fonts/FontDescription.h
|
| +++ b/Source/platform/fonts/FontDescription.h
|
| @@ -155,7 +155,7 @@ public:
|
| {
|
| if (genericFamily() == MonospaceFamily && !family().next() && family().family() == FontFamilyNames::webkit_monospace)
|
| return FixedPitchFont;
|
| - return NonFixedPitchFont;
|
| + return VariablePitchFont;
|
| }
|
| Kerning kerning() const { return static_cast<Kerning>(m_kerning); }
|
| VariantLigatures variantLigatures() const;
|
|
|