Bug 178920

Summary: [WinCairo] Fix build after WebCore moves to unified source.
Product: WebKit Reporter: Basuke Suzuki <Basuke.Suzuki>
Component: WebCore Misc.Assignee: Basuke Suzuki <Basuke.Suzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, Basuke.Suzuki, buildbot, commit-queue, don.olmstead, galpeter, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch none

Description Basuke Suzuki 2017-10-26 20:31:55 PDT
Unified source includes the files DNSResolveQueue.h|cpp which is not currently used in Curl port. That prevents the WinCairo build. The file is for dns prefetch. That is not implemented in curl right now so that DNSResolveQueue class was not included. We plan to implement that soon but not now. We decided not removing it from the build, but add empty implementation for preparation of the future at this moment.
Comment 1 Basuke Suzuki 2017-10-26 20:50:52 PDT
Created attachment 325112 [details]
patch
Comment 2 WebKit Commit Bot 2017-10-26 23:18:49 PDT
Comment on attachment 325112 [details]
patch

Clearing flags on attachment: 325112

Committed r224086: <https://trac.webkit.org/changeset/224086>
Comment 3 WebKit Commit Bot 2017-10-26 23:18:50 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2017-11-15 12:43:21 PST
<rdar://problem/35568017>