Skip to content

Commit

Permalink
Unreviewed, fix the internal build after 265828@main
Browse files Browse the repository at this point in the history
Replace `WTF::UUID` with `UUID` in this Swift file, since `UUID` here just refers to `NSUUID`.

* Source/WebKit/UIProcess/Cocoa/GroupActivities/WKGroupSession.swift:
(WKGroupSessionWrapper.uuid):

Canonical link: https://commits.webkit.org/265840@main
  • Loading branch information
whsieh committed Jul 7, 2023
1 parent 0f3437e commit 93742b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public final class WKGroupSessionWrapper : NSObject {
}

@objc public var activity: WKURLActivityWrapper { self.activityWrapper }
@objc public var uuid: WTF::UUID { groupSession.id }
@objc public var uuid: UUID { groupSession.id }

private static func wrapperSessionState(state: GroupSession<URLActivity>.State) -> WKGroupSessionState {
switch state {
Expand Down

0 comments on commit 93742b8

Please sign in to comment.