| Index: Tools/TestWebKitAPI/mac/InjectedBundleControllerMac.mm
|
| ===================================================================
|
| --- Tools/TestWebKitAPI/mac/InjectedBundleControllerMac.mm (revision 120629)
|
| +++ Tools/TestWebKitAPI/mac/InjectedBundleControllerMac.mm (working copy)
|
| @@ -40,7 +40,7 @@
|
| NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
|
| [NSNumber numberWithInteger:4], @"AppleAntiAliasingThreshold",
|
| [NSNumber numberWithInteger:0], @"AppleFontSmoothing",
|
| -#if !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION)
|
| +#if !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION) && !PLATFORM(CHROMIUM)
|
| [NSNumber numberWithBool:NO], @"NSScrollAnimationEnabled",
|
| #else
|
| [NSNumber numberWithBool:NO], @"AppleScrollAnimationEnabled",
|
|
|