Summary: | Clean up the WKRemoteObjectEncoder code | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Anders Carlsson <andersca> | ||||
Component: | New Bugs | Assignee: | Anders Carlsson <andersca> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Anders Carlsson
2013-11-05 11:07:39 PST
Created attachment 216053 [details]
Patch
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<>? Committed r158683: <http://trac.webkit.org/changeset/158683> |