[Cocoa] Notify the form delegate when the custom button in the form accessory view is tapped
Created attachment 229093 [details] Add -_webView:accessoryViewCustomButtonTappedInFormInputSession: and call it
Comment on attachment 229093 [details] Add -_webView:accessoryViewCustomButtonTappedInFormInputSession: and call it View in context: https://bugs.webkit.org/attachment.cgi?id=229093&action=review > Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm:1375 > + if ([formDelegate respondsToSelector:@selector(_webView:accessoryViewCustomButtonTappedInFormInputSession:)]) { no braces
Committed <http://trac.webkit.org/r167100>.