Bug 125040

Summary: [Cocoa] Add a version of +[NSURL(WKExtras) _web_URLWithWTFString:relativeToURL:] without the base URL parameter
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add +_web_URLWithWTFString: sam: review+

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>.