Title: [209913] trunk/Source/WTF
Revision
209913
Author
mmaxfi...@apple.com
Date
2016-12-15 23:12:23 -0800 (Thu, 15 Dec 2016)

Log Message

Unreviewed build fix after r209910

Unreviewed.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (209912 => 209913)


--- trunk/Source/WTF/ChangeLog	2016-12-16 07:10:00 UTC (rev 209912)
+++ trunk/Source/WTF/ChangeLog	2016-12-16 07:12:23 UTC (rev 209913)
@@ -1,5 +1,13 @@
 2016-12-15  Myles C. Maxfield  <mmaxfi...@apple.com>
 
+        Unreviewed build fix after r209910
+
+        Unreviewed.
+
+        * wtf/Platform.h:
+
+2016-12-15  Myles C. Maxfield  <mmaxfi...@apple.com>
+
         Stop reinterpret_casting UBreakIterators to the undefined type TextBreakIterator
         https://bugs.webkit.org/show_bug.cgi?id=165931
 

Modified: trunk/Source/WTF/wtf/Platform.h (209912 => 209913)


--- trunk/Source/WTF/wtf/Platform.h	2016-12-16 07:10:00 UTC (rev 209912)
+++ trunk/Source/WTF/wtf/Platform.h	2016-12-16 07:12:23 UTC (rev 209913)
@@ -1208,7 +1208,7 @@
 #endif
 
 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101201 && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200
-#define HAVE_TOUCH_BAR 0
+#define HAVE_TOUCH_BAR 1
 #define HAVE_ADVANCED_SPELL_CHECKING 1
 
 #if defined(__LP64__)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to