| Index: Source/WebCore/platform/text/cf/HyphenationCF.cpp
|
| diff --git a/Source/WebCore/platform/text/cf/HyphenationCF.cpp b/Source/WebCore/platform/text/cf/HyphenationCF.cpp
|
| index 1b616eb60be96fa51becf81681d5ffefa9c5b94c..9bd5c894d4951e69874a9886608a1d341d7841bb 100644
|
| --- a/Source/WebCore/platform/text/cf/HyphenationCF.cpp
|
| +++ b/Source/WebCore/platform/text/cf/HyphenationCF.cpp
|
| @@ -26,7 +26,7 @@
|
| #include "config.h"
|
| #include "Hyphenation.h"
|
|
|
| -#if (!PLATFORM(MAC) && !PLATFORM(CHROMIUM)) || PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
|
| +#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
|
|
|
| #include "AtomicStringKeyedMRUCache.h"
|
| #include "TextBreakIteratorInternalICU.h"
|
|
|