Bug 125266

Summary: [Cocoa] Make WKConnection work with WKObject wrapping
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

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.