Title: [243619] trunk/Source/WTF
Revision
243619
Author
[email protected]
Date
2019-03-28 13:03:34 -0700 (Thu, 28 Mar 2019)

Log Message

Un-fix the build

* wtf/Platform.h:
It is no longer necessary to exclude this from PLATFORM(IOSMAC).

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (243618 => 243619)


--- trunk/Source/WTF/ChangeLog	2019-03-28 20:00:36 UTC (rev 243618)
+++ trunk/Source/WTF/ChangeLog	2019-03-28 20:03:34 UTC (rev 243619)
@@ -1,3 +1,10 @@
+2019-03-28  Tim Horton  <[email protected]>
+
+        Un-fix the build
+
+        * wtf/Platform.h:
+        It is no longer necessary to exclude this from PLATFORM(IOSMAC).
+
 2019-03-27  Per Arne Vollan  <[email protected]>
 
         Layout Test js/math-clz32.html is failing

Modified: trunk/Source/WTF/wtf/Platform.h (243618 => 243619)


--- trunk/Source/WTF/wtf/Platform.h	2019-03-28 20:00:36 UTC (rev 243618)
+++ trunk/Source/WTF/wtf/Platform.h	2019-03-28 20:03:34 UTC (rev 243619)
@@ -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 && !PLATFORM(IOSMAC)
+#if PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000
 #define HAVE_UI_WK_DOCUMENT_CONTEXT 1
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to