| Index: Source/platform/LayoutTestSupport.h
|
| diff --git a/Source/platform/LayoutTestSupport.h b/Source/platform/LayoutTestSupport.h
|
| index caec54d917d25543ae82408a28ae77df7648eab0..be46147d6a91d5374a381b19fb9dd0dc3eb9d042 100644
|
| --- a/Source/platform/LayoutTestSupport.h
|
| +++ b/Source/platform/LayoutTestSupport.h
|
| @@ -37,8 +37,8 @@ namespace WebCore {
|
|
|
| PLATFORM_EXPORT bool isRunningLayoutTest();
|
| PLATFORM_EXPORT void setIsRunningLayoutTest(bool);
|
| -PLATFORM_EXPORT bool isFontSmoothingEnabledForTest();
|
| -PLATFORM_EXPORT void setFontSmoothingEnabledForTest(bool);
|
| +PLATFORM_EXPORT bool isFontAntialiasingEnabledForTest();
|
| +PLATFORM_EXPORT void setFontAntialiasingEnabledForTest(bool);
|
|
|
| } // namespace WebCore
|
|
|
|
|