Title: [243382] trunk/Source/WTF
Revision
243382
Author
timothy_hor...@apple.com
Date
2019-03-22 09:42:07 -0700 (Fri, 22 Mar 2019)

Log Message

Fix the build after r243354

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (243381 => 243382)


--- trunk/Source/WTF/ChangeLog	2019-03-22 16:38:57 UTC (rev 243381)
+++ trunk/Source/WTF/ChangeLog	2019-03-22 16:42:07 UTC (rev 243382)
@@ -1,6 +1,12 @@
 2019-03-22  Tim Horton  <timothy_hor...@apple.com>
 
         Fix the build after r243354
+
+        * wtf/Platform.h:
+
+2019-03-22  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the build after r243354
         https://bugs.webkit.org/show_bug.cgi?id=196138
         <rdar://problem/49145951>
 

Modified: trunk/Source/WTF/wtf/Platform.h (243381 => 243382)


--- trunk/Source/WTF/wtf/Platform.h	2019-03-22 16:38:57 UTC (rev 243381)
+++ trunk/Source/WTF/wtf/Platform.h	2019-03-22 16:42:07 UTC (rev 243382)
@@ -1518,7 +1518,7 @@
 #define HAVE_UI_WEB_TOUCH_EVENTS_GESTURE_RECOGNIZER_WITH_ACTIVE_TOUCHES_BY_ID 1
 #endif
 
-#if PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000
+#if PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000 && !PLATFORM(IOSMAC)
 #define HAVE_UI_WK_DOCUMENT_CONTEXT 1
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to