Build Fix
Created attachment 392969 [details] Patch
Comment on attachment 392969 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=392969&action=review > Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm:719 > +#if USE(UICONTEXTMENU) && HAVE(LINKPREVIEW) HAVE(LINKPREVIEW) isn't a thing, so you've killed your feature.
Created attachment 392973 [details] Patch
Comment on attachment 392973 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=392973&action=review > Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm:719 > -#if USE(UICONTEXTMENU) > +#if USE(UICONTEXTMENU) && HAVE(LINK_PREVIEW) Pretty sure you want ENABLE(DATA_DETECTION) instead of HAVE(LINK_PREVIEW)
Created attachment 392977 [details] Patch
Committed r258110: <https://trac.webkit.org/changeset/258110>
<rdar://problem/60203670>