| Index: Source/WebCore/platform/text/TextChecking.h
|
| diff --git a/Source/WebCore/platform/text/TextChecking.h b/Source/WebCore/platform/text/TextChecking.h
|
| index 411df17e713c0a1e3df3d132dc7f9a442cf71c8b..1dbd4a035e03f5b4d13caab737dd5a2500560143 100644
|
| --- a/Source/WebCore/platform/text/TextChecking.h
|
| +++ b/Source/WebCore/platform/text/TextChecking.h
|
| @@ -39,7 +39,7 @@ namespace WebCore {
|
|
|
| #define WTF_USE_GRAMMAR_CHECKING 1
|
|
|
| -#if (PLATFORM(MAC) && (PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060)) || PLATFORM(BLACKBERRY)
|
| +#if (PLATFORM(MAC) && (PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060))
|
| #define WTF_USE_UNIFIED_TEXT_CHECKING 1
|
| #endif
|
| #if PLATFORM(MAC) && (PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060)
|
|
|