Skip to content

Commit

Permalink
Unreviewed, fix build after 276151@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=271054

Define the new properties for when WebPrivacy.h.

* Source/WebCore/PAL/pal/spi/cocoa/WebPrivacySPI.h:

Canonical link: https://commits.webkit.org/276153@main
  • Loading branch information
Matthew Finkel committed Mar 15, 2024
1 parent ff763d9 commit 23d83dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Source/WebCore/PAL/pal/spi/cocoa/WebPrivacySPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,13 @@ typedef void (^WPRestrictedOpenerDomainsCompletionHandler)(NSArray<WPRestrictedO
@end
#endif

#if !defined(HAS_WEB_PRIVACY_STORAGE_ACCESS_PROMPT_TRIGGER) && HAVE(WEB_PRIVACY_FRAMEWORK)
@interface WPStorageAccessPromptQuirk (Staging_124689085)
@property (nonatomic, readonly) NSDictionary<NSString *, NSArray<NSString *> *> *quirkDomains;
@property (nonatomic, readonly) NSArray<NSString *> *triggerPages;
@end
#endif

WTF_EXTERN_C_BEGIN

extern NSString *const WPNotificationUserInfoResourceTypeKey;
Expand Down

0 comments on commit 23d83dc

Please sign in to comment.