Bug 178920 - [WinCairo] Fix build after WebCore moves to unified source.
Summary: [WinCairo] Fix build after WebCore moves to unified source.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Basuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-26 20:31 PDT by Basuke Suzuki
Modified: 2017-11-15 12:43 PST (History)
8 users (show)

See Also:


Attachments
patch (1.36 KB, patch)
2017-10-26 20:50 PDT, Basuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>