Bug 125040 - [Cocoa] Add a version of +[NSURL(WKExtras) _web_URLWithWTFString:relativeToURL:] without the base URL parameter
Summary: [Cocoa] Add a version of +[NSURL(WKExtras) _web_URLWithWTFString:relativeToUR...
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-30 22:17 PST by mitz
Modified: 2013-11-30 22:21 PST (History)
0 users

See Also:


Attachments
Add +_web_URLWithWTFString: (6.26 KB, patch)
2013-11-30 22:19 PST, mitz
sam: 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-30 22:17:20 PST
All callers currently pass nil as the base URL.
Comment 1 mitz 2013-11-30 22:19:45 PST
Created attachment 218105 [details]
Add +_web_URLWithWTFString:
Comment 2 mitz 2013-11-30 22:21:37 PST
Committed <http://trac.webkit.org/r159895>.