Add a remoteObjectRegistry property to WKWebView
Created attachment 223380 [details] Patch
Comment on attachment 223380 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=223380&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:331 > + _remoteObjectRegistry = [[WKRemoteObjectRegistry alloc] _initWithMessageSender:*_page]; adopt!
Committed r163564: <http://trac.webkit.org/changeset/163564>