Bug 109210
| Summary: | Build fix for WinCairo after changeset 141981 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vivek Galatage <vivekg> |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ap, bfulgham, roger_fong |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vivek Galatage
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Vivek Galatage
*** This bug has been marked as a duplicate of bug 109184 ***