Bug 31850 - Compile fix for debug modus in WebCore/loader/loader.cpp
Summary: Compile fix for debug modus in WebCore/loader/loader.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-24 14:39 PST by Holger Freyther
Modified: 2009-11-26 02:37 PST (History)
0 users

See Also:


Attachments
Compile fix by using the new constructor (2.06 KB, patch)
2009-11-24 14:39 PST, Holger Freyther
ap: review+
ap: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.