| Index: Source/WebCore/platform/graphics/FontDescription.h
|
| diff --git a/Source/WebCore/platform/graphics/FontDescription.h b/Source/WebCore/platform/graphics/FontDescription.h
|
| index 6cfb85cd2ba8fabf3e7929c39f1198430a1e9890..a8a5c1202d92ab8d13082fb7be9bdc9c7c1d5eb3 100644
|
| --- a/Source/WebCore/platform/graphics/FontDescription.h
|
| +++ b/Source/WebCore/platform/graphics/FontDescription.h
|
| @@ -147,7 +147,7 @@ public:
|
| void setIsAbsoluteSize(bool s) { m_isAbsoluteSize = s; }
|
| void setWeight(FontWeight w) { m_weight = w; }
|
| void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; }
|
| -#if PLATFORM(CHROMIUM) && OS(DARWIN)
|
| +#if OS(DARWIN)
|
| void setUsePrinterFont(bool) { }
|
| #else
|
| void setUsePrinterFont(bool p) { m_usePrinterFont = p; }
|
|
|