Bug 123811

Summary: Clean up the WKRemoteObjectEncoder code
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2013-11-05 11:07:39 PST
Clean up the WKRemoteObjectEncoder code
Comment 1 Anders Carlsson 2013-11-05 11:12:30 PST
Created attachment 216053 [details]
Patch
Comment 2 mitz 2013-11-05 11:20:24 PST
Comment on attachment 216053 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=216053&action=review

> Source/WebKit2/Shared/API/Cocoa/WKRemoteObjectCoder.mm:41
> +static RefPtr<ImmutableDictionary> createEncodedObject(WKRemoteObjectEncoder *, id);

Not PassRefPtr<>?
Comment 3 Anders Carlsson 2013-11-05 11:23:04 PST
Committed r158683: <http://trac.webkit.org/changeset/158683>