Bug 212935 - WebCore: Guard _preconnect declaration with ENABLE(SERVER_PRECONNECT)
Summary: WebCore: Guard _preconnect declaration with ENABLE(SERVER_PRECONNECT)
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: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-08 16:04 PDT by Jonathan Bedard
Modified: 2020-06-08 17:35 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.19 KB, patch)
2020-06-08 16:22 PDT, Jonathan Bedard
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2020-06-08 16:04:40 PDT
Since the usage of _preconnect is always guarded with ENABLE(SERVER_PRECONNECT), its declaration should be guarded with it as well.
Comment 1 Radar WebKit Bug Importer 2020-06-08 16:05:21 PDT
<rdar://problem/64139060>
Comment 2 Jonathan Bedard 2020-06-08 16:22:11 PDT
Created attachment 401396 [details]
Patch
Comment 3 EWS 2020-06-08 17:35:40 PDT
Committed r262756: <https://trac.webkit.org/changeset/262756>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 401396 [details].