.
<rdar://problem/73382220>
Created attachment 418583 [details] Patch
Comment on attachment 418583 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418583&action=review > Source/WebKit/UIProcess/API/Cocoa/_WKElementActionInternal.h:41 > +#if ENABLE(IMAGE_EXTRACTION) > ++ (UIImage *)imageForElementActionTypeImageExtraction; > ++ (UIImage *)imageForElementActionTypeRevealImage; > +#endif Since these methods are only used inside _WKElementAction.mm, you don't need to declare them in this internal header as well.
Created attachment 418589 [details] Patch
Created attachment 418593 [details] Patch
Committed r271991: <https://trac.webkit.org/changeset/271991> All reviewed patches have been landed. Closing bug and clearing flags on attachment 418593 [details].