Bug 199966 - Provide correct names for UIContextMenuInteraction API replacements
Summary: Provide correct names for UIContextMenuInteraction API replacements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-07-19 15:29 PDT by Dean Jackson
Modified: 2019-07-19 15:51 PDT (History)
2 users (show)

See Also:


Attachments
Patch (6.21 KB, patch)
2019-07-19 15:31 PDT, Dean Jackson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2019-07-19 15:29:24 PDT
Provide correct names for UIContextMenuInteraction API replacements
Comment 1 Dean Jackson 2019-07-19 15:31:38 PDT
Created attachment 374509 [details]
Patch
Comment 2 Tim Horton 2019-07-19 15:33:12 PDT
Comment on attachment 374509 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=374509&action=review

> Source/WebKit/UIProcess/API/Cocoa/WKUIDelegate.h:195
> +- (void)webView:(WKWebView *)webView contextMenuForElement:(WKContextMenuElementInfo *)elementInfo willCommitWithAnimator:(id<UIContextMenuInteractionCommitAnimating>)animator WK_API_AVAILABLE(ios(WK_IOS_TBA));

There should be a space between id and <
Comment 3 Dean Jackson 2019-07-19 15:50:37 PDT
Committed r247657: <https://trac.webkit.org/changeset/247657>
Comment 4 Radar WebKit Bug Importer 2019-07-19 15:51:12 PDT
<rdar://problem/53327932>