Add WKNavigationDelegate class
Created attachment 222699 [details] Patch
Comment on attachment 222699 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=222699&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:130 > +- (id<WKNavigationDelegate>)navigationDelegate Missing space before < > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:135 > +- (void)setNavigationDelegate:(id<WKNavigationDelegate>)navigationDelegate Ditto.
Committed r163098: <http://trac.webkit.org/changeset/163098>