Title: [197202] branches/safari-601-branch/Source/WTF
Revision
197202
Author
[email protected]
Date
2016-02-26 14:24:29 -0800 (Fri, 26 Feb 2016)

Log Message

Fix the Mavericks build.

* wtf/FeatureDefines.h:
This feature flag is fully covered by FeatureDefines.xcconfig,
no need for it here.

Modified Paths

Diff

Modified: branches/safari-601-branch/Source/WTF/ChangeLog (197201 => 197202)


--- branches/safari-601-branch/Source/WTF/ChangeLog	2016-02-26 22:06:16 UTC (rev 197201)
+++ branches/safari-601-branch/Source/WTF/ChangeLog	2016-02-26 22:24:29 UTC (rev 197202)
@@ -1,3 +1,11 @@
+2016-02-26  Tim Horton  <[email protected]>
+
+        Fix the Mavericks build.
+
+        * wtf/FeatureDefines.h:
+        This feature flag is fully covered by FeatureDefines.xcconfig,
+        no need for it here.
+
 2016-01-27  Matthew Hanson  <[email protected]>
 
         Merge r194559. rdar://problem/24269083

Modified: branches/safari-601-branch/Source/WTF/wtf/FeatureDefines.h (197201 => 197202)


--- branches/safari-601-branch/Source/WTF/wtf/FeatureDefines.h	2016-02-26 22:06:16 UTC (rev 197201)
+++ branches/safari-601-branch/Source/WTF/wtf/FeatureDefines.h	2016-02-26 22:24:29 UTC (rev 197202)
@@ -258,10 +258,6 @@
 #define ENABLE_PRIMARY_SNAPSHOTTED_PLUGIN_HEURISTIC 1
 #endif
 
-#if !defined(ENABLE_MAC_GESTURE_EVENTS) && USE(APPLE_INTERNAL_SDK)
-#define ENABLE_MAC_GESTURE_EVENTS 1
-#endif
-
 #endif /* PLATFORM(MAC) */
 
 /* --------- Apple Windows port --------- */
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to