Skip to content

Commit

Permalink
[WebXR] Fix Catalyst build when WebXR is enabled.
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=260328
rdar://114004641

Unreviewed build fix. To be reviewed by Tim Horton.

Include WebPageProxy definition for RefPtr.

* Source/WebKit/UIProcess/Gamepad/ios/UIGamepadProviderIOS.mm:

Canonical link: https://commits.webkit.org/266982@main
  • Loading branch information
djg committed Aug 17, 2023
1 parent 33b3831 commit ef8baab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#import "UIKitSPI.h"
#import "WKWebViewInternal.h"
#import "WebPageProxy.h"

namespace WebKit {

Expand Down

0 comments on commit ef8baab

Please sign in to comment.