RESOLVED FIXED 125266
[Cocoa] Make WKConnection work with WKObject wrapping
https://bugs.webkit.org/show_bug.cgi?id=125266
Summary [Cocoa] Make WKConnection work with WKObject wrapping
Sam Weinig
Reported 2013-12-04 16:57:45 PST
[Cocoa] Make WKConnection work with WKObject wrapping
Attachments
Patch (9.41 KB, patch)
2013-12-04 16:58 PST, Sam Weinig
mitz: review+
Sam Weinig
Comment 1 2013-12-04 16:58:02 PST
mitz
Comment 2 2013-12-04 17:02:08 PST
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&.
Sam Weinig
Comment 3 2013-12-04 17:40:55 PST
Note You need to log in before you can comment on or make changes to this bug.