[Cocoa] Make WKConnection work with WKObject wrapping
Created attachment 218471 [details] Patch
Comment on attachment 218471 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=218471&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKConnection.mm:111 > + _remoteObjectRegistry = adoptNS([[WKRemoteObjectRegistry alloc] _initWithConnectionRef:toAPI(_connection.get())]); We should change the internal WKRemoteObjectRegistry initializer to take a WebConnection&.
Committed r160148: <http://trac.webkit.org/changeset/160148>