Bug 109480 - build fix for USE(WININET)
Summary: build fix for USE(WININET)
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-11 13:23 PST by Mark Salisbury
Modified: 2013-02-11 21:09 PST (History)
4 users (show)

See Also:


Attachments
Proposed fix (1.39 KB, patch)
2013-02-11 14:08 PST, Mark Salisbury
haraken: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Salisbury 2013-02-11 13:23:34 PST
In 141981, ResourceHandle's constructor was changed so that Networking context became the first parameter.  This causes a compile fail in ResourceHandleWin.cpp if USE(WININET) is true.
Comment 1 Mark Salisbury 2013-02-11 14:08:54 PST
Created attachment 187669 [details]
Proposed fix
Comment 2 Kentaro Hara 2013-02-11 15:55:22 PST
Comment on attachment 187669 [details]
Proposed fix

rs=me
Comment 3 Patrick R. Gansterer 2013-02-11 20:52:44 PST
Please create your patches based on trunk all the time.
http://trac.webkit.org/changeset/142254
Comment 4 Mark Salisbury 2013-02-11 21:09:58 PST
Didn't think I was too far out of date, but you beat me to it.  Thanks.