Title: [122674] trunk/Source/WebCore
- Revision
- 122674
- Author
- [email protected]
- Date
- 2012-07-14 14:56:59 -0700 (Sat, 14 Jul 2012)
Log Message
Fix Chromium Mac build failure after r122670.
* platform/graphics/mac/ComplexTextController.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (122673 => 122674)
--- trunk/Source/WebCore/ChangeLog 2012-07-14 21:45:37 UTC (rev 122673)
+++ trunk/Source/WebCore/ChangeLog 2012-07-14 21:56:59 UTC (rev 122674)
@@ -1,3 +1,9 @@
+2012-07-14 Ryosuke Niwa <[email protected]>
+
+ Fix Chromium Mac build failure after r122670.
+
+ * platform/graphics/mac/ComplexTextController.cpp:
+
2012-07-14 Mark Rowe <[email protected]>
Fix the Snow Leopard build.
Modified: trunk/Source/WebCore/platform/graphics/mac/ComplexTextController.cpp (122673 => 122674)
--- trunk/Source/WebCore/platform/graphics/mac/ComplexTextController.cpp 2012-07-14 21:45:37 UTC (rev 122673)
+++ trunk/Source/WebCore/platform/graphics/mac/ComplexTextController.cpp 2012-07-14 21:56:59 UTC (rev 122674)
@@ -33,7 +33,7 @@
#include <wtf/StdLibExtras.h>
#include <wtf/unicode/CharacterNames.h>
-#if PLATFORM(MAC) && !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED == 1050
+#if (PLATFORM(MAC) || PLATFORM(CHROMIUM)) && !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED == 1050
// Undefined when compiling agains the 10.5 SDK.
#define kCTVersionNumber10_6 0x00030000
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes