Bug 123811 - Clean up the WKRemoteObjectEncoder code
Summary: Clean up the WKRemoteObjectEncoder code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 11:07 PST by Anders Carlsson
Modified: 2013-11-05 11:23 PST (History)
0 users

See Also:


Attachments
Patch (9.21 KB, patch)
2013-11-05 11:12 PST, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>