Add an APILoaderClient base class
Created attachment 222051 [details] Patch
Comment on attachment 222051 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=222051&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKBrowsingContextController.mm:811 > - return (WKBrowsingContextController *)WebKit::toImpl(pageRef)->loaderClient().client().base.clientInfo; > +// return (WKBrowsingContextController *)WebKit::toImpl(pageRef)->loaderClient()->client().base.clientInfo; > + return 0; wut
Comment on attachment 222051 [details] Patch other than that, seems fine
Committed r162670: <http://trac.webkit.org/changeset/162670>