Title: [279453] trunk/Source
- Revision
- 279453
- Author
- [email protected]
- Date
- 2021-07-01 00:07:49 -0700 (Thu, 01 Jul 2021)
Log Message
[Mac] (Re-)enable GroupActivities after upstreaming
https://bugs.webkit.org/show_bug.cgi?id=227546
Reviewed by Eric Carlson.
Source/WebKit:
Fix some build errors exposed by enabling GroupActivities.
* UIProcess/Cocoa/GroupActivities/GroupActivitiesCoordinator.mm:
Source/WTF:
Add support for HAVE_GROUP_ACTIVITIES.
* wtf/PlatformHave.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (279452 => 279453)
--- trunk/Source/WTF/ChangeLog 2021-07-01 06:32:40 UTC (rev 279452)
+++ trunk/Source/WTF/ChangeLog 2021-07-01 07:07:49 UTC (rev 279453)
@@ -1,3 +1,14 @@
+2021-07-01 Jer Noble <[email protected]>
+
+ [Mac] (Re-)enable GroupActivities after upstreaming
+ https://bugs.webkit.org/show_bug.cgi?id=227546
+
+ Reviewed by Eric Carlson.
+
+ Add support for HAVE_GROUP_ACTIVITIES.
+
+ * wtf/PlatformHave.h:
+
2021-06-30 Antoine Quint <[email protected]>
[Model] [macOS] Add support for rendering model resources
Modified: trunk/Source/WTF/wtf/PlatformHave.h (279452 => 279453)
--- trunk/Source/WTF/wtf/PlatformHave.h 2021-07-01 06:32:40 UTC (rev 279452)
+++ trunk/Source/WTF/wtf/PlatformHave.h 2021-07-01 07:07:49 UTC (rev 279453)
@@ -1080,3 +1080,7 @@
#if !PLATFORM(IOS_FAMILY_SIMULATOR) && !PLATFORM(WATCHOS)
#define HAVE_SYMPTOMS_FRAMEWORK 1
#endif
+
+#if !defined(HAVE_GROUP_ACTIVITIES) && PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
+#define HAVE_GROUP_ACTIVITIES 1
+#endif
Modified: trunk/Source/WebKit/ChangeLog (279452 => 279453)
--- trunk/Source/WebKit/ChangeLog 2021-07-01 06:32:40 UTC (rev 279452)
+++ trunk/Source/WebKit/ChangeLog 2021-07-01 07:07:49 UTC (rev 279453)
@@ -1,3 +1,14 @@
+2021-07-01 Jer Noble <[email protected]>
+
+ [Mac] (Re-)enable GroupActivities after upstreaming
+ https://bugs.webkit.org/show_bug.cgi?id=227546
+
+ Reviewed by Eric Carlson.
+
+ Fix some build errors exposed by enabling GroupActivities.
+
+ * UIProcess/Cocoa/GroupActivities/GroupActivitiesCoordinator.mm:
+
2021-06-30 Antoine Quint <[email protected]>
[Model] [macOS] Add support for rendering model resources
Modified: trunk/Source/WebKit/UIProcess/Cocoa/GroupActivities/GroupActivitiesCoordinator.mm (279452 => 279453)
--- trunk/Source/WebKit/UIProcess/Cocoa/GroupActivities/GroupActivitiesCoordinator.mm 2021-07-01 06:32:40 UTC (rev 279452)
+++ trunk/Source/WebKit/UIProcess/Cocoa/GroupActivities/GroupActivitiesCoordinator.mm 2021-07-01 07:07:49 UTC (rev 279453)
@@ -102,6 +102,8 @@
namespace WebKit {
+using namespace WebCore;
+
Ref<GroupActivitiesCoordinator> GroupActivitiesCoordinator::create(GroupActivitiesSession& session)
{
return adoptRef(*new GroupActivitiesCoordinator(session));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes