Skip to content

Commit

Permalink
WKAxisLockingScrollView needs to include RetainPtr to address build e…
Browse files Browse the repository at this point in the history
…rror without unified sources

https://bugs.webkit.org/show_bug.cgi?id=265453
rdar://118879348

Reviewed by Wenson Hsieh.

* Source/WebKit/UIProcess/ios/WKAxisLockingScrollView.mm:

Canonical link: https://commits.webkit.org/271222@main
  • Loading branch information
graouts authored and whsieh committed Nov 28, 2023
1 parent e0f0c61 commit 5cd6606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/WebKit/UIProcess/ios/WKAxisLockingScrollView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

#if PLATFORM(IOS_FAMILY)

#include <wtf/RetainPtr.h>

@interface UIScrollView (GestureRecognizerDelegate) <UIGestureRecognizerDelegate>
@end

Expand Down

0 comments on commit 5cd6606

Please sign in to comment.