Bug 123632 - [Cocoa] Avoid some double-wrapping of strings and URLs
Summary: [Cocoa] Avoid some double-wrapping of strings and URLs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-01 13:42 PDT by mitz
Modified: 2013-11-01 14:25 PDT (History)
0 users

See Also:


Attachments
Patch (20.84 KB, patch)
2013-11-01 13:43 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2013-11-01 13:42:32 PDT
Avoid re-wrapping when creating a WKStringRef or WKURLRef from a WKNSString or WKNSURL.
Comment 1 mitz 2013-11-01 13:43:16 PDT
Created attachment 215755 [details]
Patch
Comment 2 mitz 2013-11-01 14:25:11 PDT
Committed <http://trac.webkit.org/r158456>.