diff options
Diffstat (limited to 'WebCore/platform/text/cf/StringCF.cpp')
-rw-r--r-- | WebCore/platform/text/cf/StringCF.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/text/cf/StringCF.cpp b/WebCore/platform/text/cf/StringCF.cpp index 9e0d5f2..5e12ba9 100644 --- a/WebCore/platform/text/cf/StringCF.cpp +++ b/WebCore/platform/text/cf/StringCF.cpp @@ -21,7 +21,7 @@ #include "config.h" #include "PlatformString.h" -#if PLATFORM(CF) +#if PLATFORM(CF) || (PLATFORM(QT) && PLATFORM(DARWIN)) #include <CoreFoundation/CoreFoundation.h> @@ -52,4 +52,4 @@ CFStringRef String::createCFString() const } -#endif // PLATFORM(CF) +#endif // PLATFORM(CF) || (PLATFORM(QT) && PLATFORM(DARWIN)) |