Bug 31850

Summary: Compile fix for debug modus in WebCore/loader/loader.cpp
Product: WebKit Reporter: Holger Freyther <zecke>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Compile fix by using the new constructor ap: review+, ap: commit-queue-

Description Holger Freyther 2009-11-24 14:39:32 PST
Created attachment 43810 [details]
Compile fix by using the new constructor

A change in the constructors of KURL broke the debug mode inside WebCore/loader/loader.cpp, use the new constructor to fix it.
Comment 1 Alexey Proskuryakov 2009-11-24 20:31:06 PST
Comment on attachment 43810 [details]
Compile fix by using the new constructor

r=me. Please add bug URL to ChangeLog when landing.
Comment 2 Holger Freyther 2009-11-26 02:37:29 PST
Landed in r51408.