Bug 26082 - REGRESSION: Conditionalize CFNetwork-specific logic in WebError.cpp
Summary: REGRESSION: Conditionalize CFNetwork-specific logic in WebError.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-29 11:15 PDT by Brent Fulgham
Modified: 2009-05-29 11:52 PDT (History)
0 users

See Also:


Attachments
Correct Windows Cairo build error. (1.08 KB, patch)
2009-05-29 11:20 PDT, Brent Fulgham
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2009-05-29 11:15:01 PDT
The WebKit Windows Cairo target no longer builds after @r42767, which added a new CFNetwork-specific (rather, WebKitSystemInterface) call.

(see http://trac.webkit.org/changeset?new=42767%40trunk%2FWebKit%2Fwin%2FWebError.cpp&old=35460%40trunk%2FWebKit%2Fwin%2FWebError.cpp)

This patch adds a CFNetwork guard around this new code, similar to the other similar calls in this file.
Comment 1 Brent Fulgham 2009-05-29 11:20:08 PDT
Created attachment 30781 [details]
Correct Windows Cairo build error.

Add conditional test around recently-added WebKitSystemInterface call.
Comment 2 Brent Fulgham 2009-05-29 11:52:20 PDT
Landed in r44267.