Add accessors for the WKProcessGroup and WKBrowsingContextGroup on the WKBrowsingContextController
Created attachment 217973 [details] Patch
Comment on attachment 217973 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=217973&action=review > Source/WebKit2/UIProcess/API/mac/WKBrowsingContextController.h:34 > +@class WKBrowsingContextGroup; > +@class WKProcessGroup; Can we just import the headers for these instead of forward-declaring them? I think it’s best to do that in API headers (the reason WKBackForwardList* are forward-declared is that they’re temporarily in PrivateHeaders).
Committed r159830: <http://trac.webkit.org/changeset/159830>