Skip to content

Commit

Permalink
Add HAVE_UPDATED_WEB_EXTENSION_PROMPT_COMPLETION_HANDLER.
Browse files Browse the repository at this point in the history
https://webkit.org/b/270858
rdar://problem/124459704

Reviewed by Jeff Miller.

We need to add a define to allow clients to adopt the delegate changes from 275950@main.

* Source/WebKit/UIProcess/API/Cocoa/_WKWebExtensionControllerDelegate.h:

Canonical link: https://commits.webkit.org/275983@main
  • Loading branch information
xeenon committed Mar 12, 2024
1 parent e9c4929 commit a9eb13f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

#import <WebKit/_WKWebExtensionPermission.h>

#define HAVE_UPDATED_WEB_EXTENSION_PROMPT_COMPLETION_HANDLER 1

@class _WKWebExtensionAction;
@class _WKWebExtensionContext;
@class _WKWebExtensionController;
Expand Down

0 comments on commit a9eb13f

Please sign in to comment.