Skip to content

Commit

Permalink
Unreviewed, fix internal iOS-family builds after 269010@main
Browse files Browse the repository at this point in the history
Add a missing import for `UIKeyEvent.h`, now that the header has been moved back into
`PrivateHeaders/`, from `Headers/`.

* Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h:

Canonical link: https://commits.webkit.org/270200@main
  • Loading branch information
whsieh committed Nov 3, 2023
1 parent 56d49b0 commit a0c8daa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ WTF_EXTERN_C_END
#import <UIKit/NSItemProvider+UIKitAdditions.h>
#import <UIKit/NSItemProvider+UIKitAdditions_Private.h>

#if HAVE(UI_ASYNC_TEXT_INTERACTION)
#import <UIKit/UIKeyEvent.h>
#endif

@interface UIApplication ()
+ (UIApplicationSceneClassicMode)_classicMode;
- (GSKeyboardRef)_hardwareKeyboard;
Expand Down

0 comments on commit a0c8daa

Please sign in to comment.