From ef6f0eff1ace7d69bceb98a4c2e14fa726f36e80 Mon Sep 17 00:00:00 2001 From: "mmaxfield@apple.com" Date: Fri, 16 Dec 2016 07:12:23 +0000 Subject: [PATCH] Unreviewed build fix after r209910 Unreviewed. * wtf/Platform.h: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@209913 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WTF/ChangeLog | 8 ++++++++ Source/WTF/wtf/Platform.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog index b616dfa..4d02c55 100644 --- a/Source/WTF/ChangeLog +++ b/Source/WTF/ChangeLog @@ -1,5 +1,13 @@ 2016-12-15 Myles C. Maxfield + Unreviewed build fix after r209910 + + Unreviewed. + + * wtf/Platform.h: + +2016-12-15 Myles C. Maxfield + Stop reinterpret_casting UBreakIterators to the undefined type TextBreakIterator https://bugs.webkit.org/show_bug.cgi?id=165931 diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h index 6409a416..6f92759 100644 --- a/Source/WTF/wtf/Platform.h +++ b/Source/WTF/wtf/Platform.h @@ -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__) -- 1.8.3.1