Combine Lookup and Define.
Created attachment 454169 [details] Patch
<rdar://problem/26205225>
Comment on attachment 454169 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=454169&action=review > Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:-4243 > - MCProfileConnection *connection = [PAL::getMCProfileConnectionClass() sharedConnection]; > - if ([connection effectiveBoolValueForSetting:PAL::get_ManagedConfiguration_MCFeatureDefinitionLookupAllowed()] == MCRestrictedBoolExplicitNo) Funny that I don't see equivalent code in _lookupForWebView. Still, since this was dead code until a recent change, we should be OK. Maybe Lookup does it internally?
Committed r291091 (248253@main): <https://commits.webkit.org/248253@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 454169 [details].