Bug 109210 - Build fix for WinCairo after changeset 141981
Summary: Build fix for WinCairo after changeset 141981
Status: RESOLVED DUPLICATE of bug 109184
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 10:45 PST by Vivek Galatage
Modified: 2013-02-07 10:50 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vivek Galatage 2013-02-07 10:45:16 PST
Adding the missing parameter name "context" for NetworkingContext in ResourceHandle::loadResourceSynchronously for curl.

The error thrown is as:

7>..\platform\network\curl\ResourceHandleCurl.cpp(178) : error C3867: 'WebCore::ResourceHandle::context': function call missing argument list; use '&WebCore::ResourceHandle::context' to create a pointer to member


Patch follows.
Comment 1 Vivek Galatage 2013-02-07 10:50:13 PST

*** This bug has been marked as a duplicate of bug 109184 ***