| Index: Source/web/WebKit.cpp
|
| diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp
|
| index aa722a53f5ba662b3636d54f163e60608a5afc34..44810dfc4e0b9b6a25e67aae9c62f262b286d450 100644
|
| --- a/Source/web/WebKit.cpp
|
| +++ b/Source/web/WebKit.cpp
|
| @@ -241,14 +241,14 @@ bool layoutTestMode()
|
| return WebCore::isRunningLayoutTest();
|
| }
|
|
|
| -void setFontSmoothingEnabledForTest(bool value)
|
| +void setFontAntialiasingEnabledForTest(bool value)
|
| {
|
| - WebCore::setFontSmoothingEnabledForTest(value);
|
| + WebCore::setFontAntialiasingEnabledForTest(value);
|
| }
|
|
|
| -bool fontSmoothingEnabledForTest()
|
| +bool fontAntialiasingEnabledForTest()
|
| {
|
| - return WebCore::isFontSmoothingEnabledForTest();
|
| + return WebCore::isFontAntialiasingEnabledForTest();
|
| }
|
|
|
| void enableLogChannel(const char* name)
|
|
|