Bug 52132 - Assertion failure in KURL::KURL when calling WKURLRequestCreateWithWKURL with a non-parsed URL
Summary: Assertion failure in KURL::KURL when calling WKURLRequestCreateWithWKURL with...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-01-09 10:56 PST by mitz
Modified: 2011-01-09 11:38 PST (History)
0 users

See Also:


Attachments
Use a parsed URL in WKURLRequestCreateWithWKURL (2.50 KB, patch)
2011-01-09 11:04 PST, mitz
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2011-01-09 10:56:31 PST
Assertion failure in KURL::KURL when calling WKURLRequestCreateWithWKURL with a non-parsed URL
Comment 1 mitz 2011-01-09 10:57:31 PST
<rdar://problem/8839498>
Comment 2 mitz 2011-01-09 11:04:30 PST
Created attachment 78353 [details]
Use a parsed URL in WKURLRequestCreateWithWKURL
Comment 3 mitz 2011-01-09 11:38:10 PST
Fixed in <http://trac.webkit.org/changeset/75355>.