Title: [123161] trunk/Source/WTF
- Revision
- 123161
- Author
- [email protected]
- Date
- 2012-07-19 16:32:04 -0700 (Thu, 19 Jul 2012)
Log Message
[chromium][Mac] Switch the MACOSX_DEPLOYMENT_TARGET to 10.6
https://bugs.webkit.org/show_bug.cgi?id=91752
Patch by Robert Sesek <[email protected]> on 2012-07-19
Reviewed by Eric Seidel.
When building CHROMIUM && DARWIN, do not enable ATSUI support.
* wtf/Platform.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (123160 => 123161)
--- trunk/Source/WTF/ChangeLog 2012-07-19 23:27:36 UTC (rev 123160)
+++ trunk/Source/WTF/ChangeLog 2012-07-19 23:32:04 UTC (rev 123161)
@@ -1,3 +1,14 @@
+2012-07-19 Robert Sesek <[email protected]>
+
+ [chromium][Mac] Switch the MACOSX_DEPLOYMENT_TARGET to 10.6
+ https://bugs.webkit.org/show_bug.cgi?id=91752
+
+ Reviewed by Eric Seidel.
+
+ When building CHROMIUM && DARWIN, do not enable ATSUI support.
+
+ * wtf/Platform.h:
+
2012-07-18 Yong Li <[email protected]>
[BlackBerry] Implement currentTime() and monotonicallyIncreasingTime() for OS(QNX)
Modified: trunk/Source/WTF/wtf/Platform.h (123160 => 123161)
--- trunk/Source/WTF/wtf/Platform.h 2012-07-19 23:27:36 UTC (rev 123160)
+++ trunk/Source/WTF/wtf/Platform.h 2012-07-19 23:32:04 UTC (rev 123161)
@@ -466,7 +466,7 @@
#if PLATFORM(CHROMIUM)
#if OS(DARWIN)
#define WTF_USE_SKIA 1
-#define WTF_USE_ATSUI 1
+#define WTF_USE_ATSUI 0
#define WTF_USE_CORE_TEXT 1
#define WTF_USE_ICCJPEG 1
#define WTF_USE_QCMSLIB 1
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes